PHP Class AuthBucket\Bundle\OAuth2Bundle\Tests\ResponseType\CodeResponseTypeHandlerTest

Datei anzeigen Open project: authbucket/oauth2-symfony-bundle

Public Methods

Method Description
testErrorCodeBadScopeFormat ( )
testErrorCodeBadStateFormat ( )
testErrorCodeUnauthorizedScope ( )
testErrorCodeUnsupportedScope ( )
testExceptionCodeBadClientId ( )
testExceptionCodeBadRedirectUri ( )
testExceptionCodeBadRedirectUriFormat ( )
testExceptionCodeNoClientId ( )
testExceptionCodeNoSavedNoPassedRedirectUri ( )
testGoodCode ( )
testGoodCodeFormSubmit ( )
testGoodCodeFormSubmitRememberMe ( )
testGoodCodeNoPassedRedirectUri ( )
testGoodCodeNoStoredRedirectUri ( )

Method Details

testErrorCodeBadScopeFormat() public method

testErrorCodeBadStateFormat() public method

testErrorCodeUnauthorizedScope() public method

testErrorCodeUnsupportedScope() public method

testExceptionCodeBadClientId() public method

testExceptionCodeBadRedirectUri() public method

testExceptionCodeBadRedirectUriFormat() public method

testExceptionCodeNoClientId() public method

testExceptionCodeNoSavedNoPassedRedirectUri() public method

testGoodCode() public method

public testGoodCode ( )

testGoodCodeFormSubmit() public method

testGoodCodeFormSubmitRememberMe() public method

testGoodCodeNoPassedRedirectUri() public method

testGoodCodeNoStoredRedirectUri() public method