public abstract class

AuthenticatorResponse

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.fido.fido2.api.common.AuthenticatorResponse
Known Direct Subclasses

Class Overview

Authenticators respond to Relying Party requests by returning an object derived from this interface.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
AuthenticatorResponse()
Public Methods
abstract byte[] getClientDataJSON()
abstract byte[] serializeToBytes()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public AuthenticatorResponse ()

Public Methods

public abstract byte[] getClientDataJSON ()

Returns
byte[]

public abstract byte[] serializeToBytes ()

Returns
byte[]