BrowserRequestOptions

  • BrowserRequestOptions is an abstract class used for browser-based request parameters and extends RequestOptions.

  • This class has two known direct subclasses for handling make credential requests and signature requests from a web browser.

  • It includes abstract methods to get the client data hash and the origin URI.

public abstract class BrowserRequestOptions extends RequestOptions
Known Direct Subclasses

An abstract class representing browser-based request parameters.

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

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

Inherited Method Summary

Public Constructors

public BrowserRequestOptions ()

Public Methods

public abstract byte[] getClientDataHash ()

Gets value of the client data hash.

public abstract Uri getOrigin ()