Documentation

MemoryStorageTest extends StorageTestAbstract
in package

FinalYes

Tests the `MemoryStorage` class

Table of Contents

Constants

ENCRYPTION_KEY  = '000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f'

Properties

$providerName  : string
$storage  : OAuthStorageInterface
$token  : AccessToken

Methods

testClearAllAccessTokens()  : void
testClearAllCSRFStates()  : void
testClearAllPKCEVerifiers()  : void
testCSRFState()  : void
testGetAccessTokenNotFoundException()  : void
testGetCSRFStateNotFoundException()  : void
testGetPKCEVerifierNotFoundException()  : void
testGetProviderNameEmptyNameException()  : void
testNoEncryptionKeyException()  : void
testPKCEVerifier()  : void
testStoreWithExistingToken()  : void
testTAccessToken()  : void
testToStorage()  : void
initOptions()  : OAuthOptions
initStorage()  : OAuthStorageInterface
setUp()  : void

Constants

ENCRYPTION_KEY

protected mixed ENCRYPTION_KEY = '000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f'

Properties

Methods

testGetAccessTokenNotFoundException()

public testGetAccessTokenNotFoundException() : void

testGetCSRFStateNotFoundException()

public testGetCSRFStateNotFoundException() : void

testGetPKCEVerifierNotFoundException()

public testGetPKCEVerifierNotFoundException() : void

testGetProviderNameEmptyNameException()

public testGetProviderNameEmptyNameException() : void

        
On this page

Search results