class ContextSessionBag implements SessionBagInterface (View source)

Constants

NAME

Methods

__construct(string $storageKey = 'madwizard_webauthn_context')

No description

getName()

No description

initialize(array $array)

No description

getStorageKey()

No description

clear()

No description

getContext(string $key)

No description

remove(string $key)

No description

addContext(RequestContext $context)

No description

Details

__construct(string $storageKey = 'madwizard_webauthn_context')

Parameters

string $storageKey The key used to store flashes in the session

getName()

initialize(array $array)

Parameters

array $array

getStorageKey()

clear()

RequestContext|null getContext(string $key)

Parameters

string $key

Return Value

RequestContext|null

remove(string $key)

Parameters

string $key

addContext(RequestContext $context)

Parameters

RequestContext $context