PHP Class fkooman\OAuth\Client\ClientConfig

Inheritance: implements fkooman\OAuth\Client\ClientConfigInterface
Datei anzeigen Open project: fkooman/php-oauth-client Class Usage Examples

Public Methods

Method 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

Method Description
validateEndpointUri ( $endpointUri )
validateUserPass ( $userPass )

Method Details

__construct() public method

public __construct ( array $data )
$data array

getAllowNullExpiresIn() public method

getAllowStringExpiresIn() public method

getAuthorizeEndpoint() public method

getClientId() public method

public getClientId ( )

getClientSecret() public method

public getClientSecret ( )

getCredentialsInRequestBody() public method

getDefaultServerScope() public method

getDefaultTokenType() public method

public getDefaultTokenType ( )

getEnableDebug() public method

public getEnableDebug ( )

getRedirectUri() public method

public getRedirectUri ( )

getTokenEndpoint() public method

public getTokenEndpoint ( )

getUseArrayScope() public method

public getUseArrayScope ( )

getUseCommaSeparatedScope() public method

getUseRedirectUriOnRefreshTokenRequest() public method

setAllowNullExpiresIn() public method

public setAllowNullExpiresIn ( $allowNullExpiresIn )

setAllowStringExpiresIn() public method

public setAllowStringExpiresIn ( $allowStringExpiresIn )

setAuthorizeEndpoint() public method

public setAuthorizeEndpoint ( $authorizeEndpoint )

setClientId() public method

public setClientId ( $clientId )

setClientSecret() public method

public setClientSecret ( $clientSecret )

setCredentialsInRequestBody() public method

public setCredentialsInRequestBody ( $credentialsInRequestBody )

setDefaultServerScope() public method

public setDefaultServerScope ( $defaultServerScope )

setDefaultTokenType() public method

public setDefaultTokenType ( $defaultTokenType )

setEnableDebug() public method

public setEnableDebug ( $enableDebug )

setRedirectUri() public method

public setRedirectUri ( $redirectUri )

setTokenEndpoint() public method

public setTokenEndpoint ( $tokenEndpoint )

setUseArrayScope() public method

public setUseArrayScope ( $useArrayScope )

setUseCommaSeparatedScope() public method

public setUseCommaSeparatedScope ( $useCommaSeparatedScope )

setUseRedirectUriOnRefreshTokenRequest() public method

public setUseRedirectUriOnRefreshTokenRequest ( $useRedirectUriOnRefreshTokenRequest )