PHP Class fkooman\OAuth\Client\ClientConfig

Inheritance: implements fkooman\OAuth\Client\ClientConfigInterface
Afficher le fichier Open project: fkooman/php-oauth-client Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $data )
getAllowNullExpiresIn ( )
getAllowStringExpiresIn ( )
getAuthorizeEndpoint ( )
getClientId ( )
getClientSecret ( )
getCredentialsInRequestBody ( )
getDefaultServerScope ( )
getDefaultTokenType ( )
getEnableDebug ( )
getRedirectUri ( )
getTokenEndpoint ( )
getUseArrayScope ( )
getUseCommaSeparatedScope ( )
getUseRedirectUriOnRefreshTokenRequest ( )
setAllowNullExpiresIn ( $allowNullExpiresIn )
setAllowStringExpiresIn ( $allowStringExpiresIn )
setAuthorizeEndpoint ( $authorizeEndpoint )
setClientId ( $clientId )
setClientSecret ( $clientSecret )
setCredentialsInRequestBody ( $credentialsInRequestBody )
setDefaultServerScope ( $defaultServerScope )
setDefaultTokenType ( $defaultTokenType )
setEnableDebug ( $enableDebug )
setRedirectUri ( $redirectUri )
setTokenEndpoint ( $tokenEndpoint )
setUseArrayScope ( $useArrayScope )
setUseCommaSeparatedScope ( $useCommaSeparatedScope )
setUseRedirectUriOnRefreshTokenRequest ( $useRedirectUriOnRefreshTokenRequest )

Private Methods

Méthode Description
validateEndpointUri ( $endpointUri )
validateUserPass ( $userPass )

Method Details

__construct() public méthode

public __construct ( array $data )
$data array

getAllowNullExpiresIn() public méthode

getAllowStringExpiresIn() public méthode

getAuthorizeEndpoint() public méthode

getClientId() public méthode

public getClientId ( )

getClientSecret() public méthode

public getClientSecret ( )

getCredentialsInRequestBody() public méthode

getDefaultServerScope() public méthode

getDefaultTokenType() public méthode

public getDefaultTokenType ( )

getEnableDebug() public méthode

public getEnableDebug ( )

getRedirectUri() public méthode

public getRedirectUri ( )

getTokenEndpoint() public méthode

public getTokenEndpoint ( )

getUseArrayScope() public méthode

public getUseArrayScope ( )

getUseCommaSeparatedScope() public méthode

getUseRedirectUriOnRefreshTokenRequest() public méthode

setAllowNullExpiresIn() public méthode

public setAllowNullExpiresIn ( $allowNullExpiresIn )

setAllowStringExpiresIn() public méthode

public setAllowStringExpiresIn ( $allowStringExpiresIn )

setAuthorizeEndpoint() public méthode

public setAuthorizeEndpoint ( $authorizeEndpoint )

setClientId() public méthode

public setClientId ( $clientId )

setClientSecret() public méthode

public setClientSecret ( $clientSecret )

setCredentialsInRequestBody() public méthode

public setCredentialsInRequestBody ( $credentialsInRequestBody )

setDefaultServerScope() public méthode

public setDefaultServerScope ( $defaultServerScope )

setDefaultTokenType() public méthode

public setDefaultTokenType ( $defaultTokenType )

setEnableDebug() public méthode

public setEnableDebug ( $enableDebug )

setRedirectUri() public méthode

public setRedirectUri ( $redirectUri )

setTokenEndpoint() public méthode

public setTokenEndpoint ( $tokenEndpoint )

setUseArrayScope() public méthode

public setUseArrayScope ( $useArrayScope )

setUseCommaSeparatedScope() public méthode

public setUseCommaSeparatedScope ( $useCommaSeparatedScope )

setUseRedirectUriOnRefreshTokenRequest() public méthode

public setUseRedirectUriOnRefreshTokenRequest ( $useRedirectUriOnRefreshTokenRequest )