NotAllowedError


public final class NotAllowedError extends DomError


During the create public key credential flow, this is thrown when an authenticator response exception contains a not_allowed_err code from the fido spec, indicating a request is not allowed by the user agent or the platform in the current context - possibly because the user denied permission. The fido spec can be found here.

Summary

Public constructors

Public constructors

NotAllowedError

Added in 1.2.0
public NotAllowedError()