Methods
1 to 4 of 4
- AbstractGrant::__toString() – Returns this grant’s name as its string representation. This allows for string interpolation when building URL query parameters.
- AbstractGrant::getName() – Returns the name of this grant, eg. ‘grant_name’, which is used as the grant type when encoding URL query parameters.
- AbstractGrant::getRequiredRequestParameters() – Returns a list of all required request parameters.
- AbstractGrant::prepareRequestParameters() – Prepares an access token request’s parameters by checking that all required parameters are set, then merging with any given defaults.