public
getAuthenticationScheme(): string
Get the authentication scheme of the credential, e.g. "Basic", "Digest" or "Bearer"
Salient\Http\GenericCredential::getAuthenticationScheme()
getCredential(): string
Get the credential, e.g. a Base64-encoded user ID/password pair, a comma-delimited list of authorization parameters or an OAuth 2.0 access token
Salient\Http\GenericCredential::getCredential()