Class AuthenticatorAttestationResponse

  • All Implemented Interfaces:

    @Serializable() 
    public final class AuthenticatorAttestationResponse
    
                        

    Represents the response received after an attestation operation by an authenticator.

    • Method Detail

      • getId

         final String getId()

        The base64 urlencoded identifier associated with the attestation response.

      • getRawId

         final String getRawId()

        The base64 urlencoded raw identifier associated with the response.

      • getNickname

         final String getNickname()

        The nickname associated with the authenticator. Defaults to "FIDO2App - Android".