We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All

AuthenticatorTransport

ENUM info
public enum AuthenticatorTransport
Enumerates authenticator access types, including USB, NFC, and Bluetooth.

Enumeration Summary

TypeDesc
USBUSB authenticator.
NFCNFC authenticator.
BLEBluetooth authenticator.

Public Methods Summary

Return typeMethod name
AuthenticatorTransport

fromValue(String value)

Generates an instance of AuthenticatorTransport based on the name.

String

getValue()

Obtains enumerated authenticator access types.

Public Methods

Method
AttestationConveyancePreference fromValue(String value)
Generates an instance of AttestationConveyancePreference based on the name.

Parameters

Parameter nameParameter desc
valueEnumerated credential passing preference.none: No credential is required.indirect: Currently, this value is not supported. If it is passed, the processing of direct is followed.direct: A credential is required.


Return

typedesc
AttestationConveyancePreferenceInstance of AttestationConveyancePreference.
Method
String getValue()
Obtains an enumerated value of AttestationConveyancePreference.

Return

typedesc
StringEnumerated value of AttestationConveyancePreference.
This page may contain third-party content. For details, click here.
Search in References
Enter a keyword.