PHP Class AuthBucket\Bundle\OAuth2Bundle\Tests\GrantType\AuthorizationCodeGrantTypeHandlerTest

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

Public Methods

Method Description
testErrorAuthCodeNoCode ( )
testExceptionAuthCodeBadRedirectUri ( )
testExceptionAuthCodeBadRedirectUriFormat ( )
testExceptionAuthCodeNoSavedNoPassedRedirectUri ( )
testExceptionExpiredAuthCode ( )
testExceptionWrongClientIdAuthCode ( )
testGoodAuthCode ( )
testGoodAuthCodeNoPassedRedirectUri ( )
testGoodAuthCodeNoStoredRedirectUri ( )

Method Details

testErrorAuthCodeNoCode() public method

testExceptionAuthCodeBadRedirectUri() public method

testExceptionAuthCodeBadRedirectUriFormat() public method

testExceptionAuthCodeNoSavedNoPassedRedirectUri() public method

testExceptionExpiredAuthCode() public method

testExceptionWrongClientIdAuthCode() public method

testGoodAuthCode() public method

public testGoodAuthCode ( )

testGoodAuthCodeNoPassedRedirectUri() public method

testGoodAuthCodeNoStoredRedirectUri() public method