FIDO2KeyType
public enum FIDO2KeyType
↳ package com.onekosmos.blockid.sdk.fido2;
An enum to define Fido2 key type during Fido2 Operations.
Enum Constants
Parameters | ||
---|---|---|
FIDO2KeyType | PLATFORM | Device as FIDO2 key |
FIDO2KeyType | CROSS_PLATFORM | External key (Security key) as FIDO2 Key |
Method Summary
Parameter | ||
---|---|---|
String | getValue() | Returns fido2 key type |