class TokenCredentialData implements CredentialDataInterface (View source)

Credential data containing a Base64 token value

Methods

string
getTokenValue()

Base64 token credential data

__construct(string $token68)

No description

__toString()

No description

setTokenValue($token68)

No description

Details

string getTokenValue()

Base64 token credential data

Return Value

string

__construct(string $token68)

Parameters

string $token68 Token68 string from Authorization header value.

__toString()

setTokenValue($token68)

Parameters

$token68