![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
AFS token authentication. More...
Public Member Functions | |
__construct ($token) | |
Constructs new AFS token authentication instance. | |
format_as_url_param ($version=null) | |
Formats authentication parameters. | |
format_as_header_param ($version=null) | |
Formats authentication parameters. |
AFS token authentication.
Instances of this class should be used t interact with Antidot Back Office APIs.
__construct | ( | $token | ) |
Constructs new AFS token authentication instance.
$token | [in] Authentication token. |
format_as_header_param | ( | $version = null | ) |
Formats authentication parameters.
$version | [in] Format string representation according to provided version information. |
Implements AfsAuthentication.
format_as_url_param | ( | $version = null | ) |
Formats authentication parameters.
$version | [in] Format string representation according to provided version information. |
Implements AfsAuthentication.