AuthorizationFactory
in package
Authorization factory for QA api.
Table of Contents
Methods
- create() : AuthorizationInterface
- Create a new Authorization.
Methods
create()
Create a new Authorization.
public
static create(string $type, string $value) : AuthorizationInterface
Parameters
- $type : string
-
The type to create.
- $value : string
-
The value to use.