PublicKeyCredentialRequestOptions

Overview

The PublicKeyCredentialRequestOptions dictionary of the Web Authentication API holds the options passed to navigator.credentials.get() in order to fetch a given PublicKeyCredential.

Location

Properties


allowCredentials

 

property allowCredentials: String read write;

 

String allowCredentials { get; set; }

 

var allowCredentials: String { get{} set{} }

 

String allowCredentials { __get; __set; }

 

Property allowCredentials() As String

challenge

 

property challenge: BufferSource read write;

 

BufferSource challenge { get; set; }

 

var challenge: BufferSource { get{} set{} }

 

BufferSource challenge { __get; __set; }

 

Property challenge() As BufferSource

extensions

 

property extensions: dynamic read write;

 

dynamic extensions { get; set; }

 

var extensions: dynamic { get{} set{} }

 

dynamic extensions { __get; __set; }

 

Property extensions() As dynamic

rpId

 

property rpId: Int32 read write;

 

Int32 rpId { get; set; }

 

var rpId: Int32 { get{} set{} }

 

Int32 rpId { __get; __set; }

 

Property rpId() As Int32

timeout

 

property timeout: Int64 read write;

 

Int64 timeout { get; set; }

 

var timeout: Int64 { get{} set{} }

 

Int64 timeout { __get; __set; }

 

Property timeout() As Int64

userVerification

 

property userVerification: String read write;

 

String userVerification { get; set; }

 

var userVerification: String { get{} set{} }

 

String userVerification { __get; __set; }

 

Property userVerification() As String