Interface SimpleID\Protocols\OAuth\TokenGrantType

An OAuth artefact that is a grant type, which can be used to grant access tokens. Under the base OAuth specification, these could be an authorization code or a refresh token.

A reference to the grant is encoded along with the access token. This allows all access tokens associated with the grant to be revoked if the grant is found to be compromised.

Methods