, including all inherited members.
| $conf | OAuth2 | [protected] |
| $db | PDOOAuth2 | [private] |
| __construct() | PDOOAuth2 | |
| OAuth2::__construct($config=array()) | OAuth2 | |
| __destruct() | PDOOAuth2 | |
| addClient($client_id, $client_secret, $redirect_uri) | PDOOAuth2 | |
| checkAssertion($client_id, $assertion_type, $assertion) | OAuth2 | [protected] |
| checkClientCredentials($client_id, $client_secret=NULL) | PDOOAuth2 | [protected] |
| checkNoneAccess($client_id) | OAuth2 | [protected] |
| checkRestrictedAuthResponseType($client_id, $response_type) | OAuth2 | [protected] |
| checkRestrictedGrantType($client_id, $grant_type) | OAuth2 | [protected] |
| checkUserCredentials($client_id, $username, $password) | OAuth2 | [protected] |
| createAccessToken($client_id, $scope=NULL) | OAuth2 | [protected] |
| finishClientAuthorization($is_authorized, $params=array()) | OAuth2 | |
| genAccessToken() | OAuth2 | [protected] |
| genAuthCode() | OAuth2 | [protected] |
| getAccessToken($oauth_token) | PDOOAuth2 | [protected] |
| getAuthCode($code) | PDOOAuth2 | [protected] |
| getAuthorizeParams() | OAuth2 | |
| getClientCredentials() | OAuth2 | [protected] |
| getDefaultAuthenticationRealm() | OAuth2 | [protected] |
| getRedirectUri($client_id) | PDOOAuth2 | [protected] |
| getRefreshToken($refresh_token) | OAuth2 | [protected] |
| getSupportedAuthResponseTypes() | OAuth2 | [protected] |
| getSupportedGrantTypes() | PDOOAuth2 | [protected] |
| getSupportedScopes() | OAuth2 | [protected] |
| getVariable($name, $default=NULL) | OAuth2 | |
| grantAccessToken() | OAuth2 | |
| handleException($e) | PDOOAuth2 | [private] |
| setAccessToken($oauth_token, $client_id, $expires, $scope=NULL) | PDOOAuth2 | [protected] |
| setAuthCode($code, $client_id, $redirect_uri, $expires, $scope=NULL) | PDOOAuth2 | [protected] |
| setRefreshToken($refresh_token, $client_id, $expires, $scope=NULL) | OAuth2 | [protected] |
| setVariable($name, $value) | OAuth2 | |
| unsetRefreshToken($refresh_token) | OAuth2 | [protected] |
| verifyAccessToken($scope=NULL, $exit_not_present=TRUE, $exit_invalid=TRUE, $exit_expired=TRUE, $exit_scope=TRUE, $realm=NULL) | OAuth2 | |