PreparedOauthCredentials extends OAuth
Alters behavior of parent, for work with string token
Table of Contents
Methods
- __construct() : mixed
- Constructor
- getOauth64() : string
- Generate a base64-encoded OAuth token.
Methods
__construct()
Constructor
public
__construct(array<string|int, mixed> $options) : mixed
Parameters
- $options : array<string|int, mixed>
-
Options [userName => email@domain.com, token => string]
getOauth64()
Generate a base64-encoded OAuth token.
public
getOauth64() : string