class WebAuthnManager (View source)

Methods

__construct(WebAuthnServer $server, ContextStorageInterface $contextStorage)

No description

startRegistration(RegistrationOptions $options)

No description

finishRegistrationFromRequest(Request $request)

No description

finishRegistration(string $responseJson, string $contextKey)

No description

startAuthentication(AuthenticationOptions $options)

No description

finishAuthenticationFromRequest(Request $request)

No description

finishAuthentication(string $responseJson, string $contextKey)

No description

Details

__construct(WebAuthnServer $server, ContextStorageInterface $contextStorage)

Parameters

WebAuthnServer $server
ContextStorageInterface $contextStorage

startRegistration(RegistrationOptions $options)

Parameters

RegistrationOptions $options

finishRegistrationFromRequest(Request $request)

Parameters

Request $request

finishRegistration(string $responseJson, string $contextKey)

Parameters

string $responseJson
string $contextKey

startAuthentication(AuthenticationOptions $options)

Parameters

AuthenticationOptions $options

finishAuthenticationFromRequest(Request $request)

Parameters

Request $request

finishAuthentication(string $responseJson, string $contextKey)

Parameters

string $responseJson
string $contextKey