Classes

\

Name Description
Exception No description available EMPTY
RuntimeException No description available EMPTY

\SilverStripe\WebAuthn

Name Description
CredentialRepository Implements the required interface from the WebAuthn library - but it does not implement the repository pattern in the usual way. This is expected to be stored on a DataObject for persistence. Use the EMPTY
Method No description available EMPTY
RegisterHandler No description available EMPTY
ResponseDataException Exception to be thrown when a {@see AuthenticatorAttestationResponse} is expected to contain attested credential data but does not. {@see AuthenticatorData::hasAttestedCredentialData} EMPTY
ResponseTypeException Represents an error found when the AuthenticatorResponse from a challenge is not of the expected type e.g. for verification we expect {@see AuthenticatorAssertionResponse} but could instead be returned a {@see AuthenticatorAttestationResponse} It is an extreme edge case, but is technically possible {@see PublicKeyCredentialLoader::createResponse} EMPTY
VerifyHandler No description available EMPTY

\SilverStripe\WebAuthn\Tests

Name Description
CredentialRepositoryTest No description available EMPTY
MethodTest No description available EMPTY
RegisterHandlerTest No description available EMPTY
VerifyHandlerTest No description available EMPTY