Server
interface Server (View source)
Web Authentication API server.
Methods
array
getCredentialCreationOptions(string $userName, string $userId, string $relyingPartyId)
No description
array
getCredentialRequestOptions(string $userName, string $userId, string $relyingPartyId, array $allowedCredentials)
No description
void
parseAndValidateAssertionResponse(string $assertionResponseJson, array $allowedCredentials, string $challenge, ServerRequestInterface $request)
No description
array
parseAndValidateAttestationResponse(string $attestationResponse, string $credentialCreationOptions, ServerRequestInterface $request)
No description
Details
array
getCredentialCreationOptions(string $userName, string $userId, string $relyingPartyId)
No description
array
getCredentialRequestOptions(string $userName, string $userId, string $relyingPartyId, array $allowedCredentials)
No description
void
parseAndValidateAssertionResponse(string $assertionResponseJson, array $allowedCredentials, string $challenge, ServerRequestInterface $request)
No description
array
parseAndValidateAttestationResponse(string $attestationResponse, string $credentialCreationOptions, ServerRequestInterface $request)
No description