AuthenticatorResponse

  • Authenticators return an object derived from the AuthenticatorResponse interface to respond to relying party requests.

  • Known direct subclasses include AuthenticatorAssertionResponse, AuthenticatorAttestationResponse, and AuthenticatorErrorResponse.

  • The AuthenticatorAssertionResponse contains cryptographic signatures providing proof of possession and evidence of user consent.

  • The AuthenticatorAttestationResponse represents a newly-created scoped credential.

  • The AuthenticatorErrorResponse is returned when an error occurs.

public abstract class AuthenticatorResponse extends Object
implements Parcelable
Known Direct Subclasses

Authenticators respond to relying party requests by returning an object derived from this interface.

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

abstract byte[]
abstract byte[]

Inherited Method Summary

Public Constructors

public AuthenticatorResponse ()

Public Methods

public abstract byte[] getClientDataJSON ()

public abstract byte[] serializeToBytes ()