Class AssertionRequest

    • Method Detail

      • getUsername

        public java.util.Optional<java.lang.String> getUsername()
        The username of the user to authenticate, if the user has already been identified.

        If this is absent, this indicates that this is a request for an assertion by a client-side-resident credential, and identification of the user has been deferred until the response is received.

      • getPublicKeyCredentialRequestOptions

        @NonNull
        public @NonNull PublicKeyCredentialRequestOptions getPublicKeyCredentialRequestOptions()
        An object that can be serialized to JSON and passed as the publicKey argument to navigator.credentials.get().
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object