BrowserRequestOptions

public abstract class BrowserRequestOptions extends RequestOptions
Known Direct Subclasses

An abstract class representing browser-based request parameters.

Inherited Constant Summary

int CONTENTS_FILE_DESCRIPTOR
int PARCELABLE_WRITE_RETURN_VALUE

Public Constructor Summary

Public Method Summary

abstract byte[]
getClientDataHash()
Gets value of the client data hash.
abstract Uri

Inherited Method Summary

com.google.android.gms.fido.fido2.api.common.RequestOptions
abstract byte[]
abstract Integer
abstract Double
abstract TokenBinding
byte[]
serializeToBytes()
Serializes the RequestOptions to bytes.
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract int
describeContents()
abstract void
writeToParcel(Parcel arg0, int arg1)

Public Constructors

public BrowserRequestOptions ()

Public Methods

public abstract byte[] getClientDataHash ()

Gets value of the client data hash.

public abstract Uri getOrigin ()