Entry point for Fido APIs.
FIDO (Fast IDentity Online), which is the industry alliance where Security Keys are being standardized.
| String | FIDO2_KEY_CREDENTIAL_EXTRA | The key used by the calling Activity to
retrieve
PublicKeyCredential from the Intent received by
Activity.onActivityResult(int, int, Intent) after launching Fido2PendingIntent. |
| String | FIDO2_KEY_ERROR_EXTRA | This constant is deprecated. use
FIDO2_KEY_CREDENTIAL_EXTRA to fetch
PublicKeyCredential instead.
PublicKeyCredential contains an
AuthenticatorErrorResponse. |
| String | FIDO2_KEY_RESPONSE_EXTRA | This constant is deprecated. use
FIDO2_KEY_CREDENTIAL_EXTRA to fetch
PublicKeyCredential instead.
PublicKeyCredential contains an
AuthenticatorAttestationResponse or an
AuthenticatorAssertionResponse. |
| String | KEY_RESPONSE_EXTRA | The key used by the calling Activity to
retrieve ResponseData
from the Intent received by
Activity.onActivityResult(int, int, Intent) after launching U2fPendingIntent. |
| static Fido2ApiClient |
getFido2ApiClient(Context
context)
Creates a new instance of
Fido2ApiClient
for use in a non-activity Context.
|
| static Fido2ApiClient |
getFido2ApiClient(Activity
activity)
Creates a new instance of
Fido2ApiClient
for use in an Activity.
|
| static Fido2PrivilegedApiClient |
getFido2PrivilegedApiClient(Context
context)
Creates a new instance of
Fido2PrivilegedApiClient for use in a non-activity Context.
|
| static Fido2PrivilegedApiClient |
getFido2PrivilegedApiClient(Activity
activity)
Create a new instance of
Fido2PrivilegedApiClient for use in an Activity.
|
| static U2fApiClient |
getU2fApiClient(Context
context)
Creates a new instance of
U2fApiClient
for use in a non-activity Context.
|
| static U2fApiClient |
The key used by the calling Activity to
retrieve
PublicKeyCredential from the Intent received by
Activity.onActivityResult(int, int, Intent) after launching Fido2PendingIntent.
This constant is deprecated.
use FIDO2_KEY_CREDENTIAL_EXTRA
to fetch
PublicKeyCredential instead.
PublicKeyCredential contains an
AuthenticatorErrorResponse.
The key used by the calling Activity to
retrieve
AuthenticatorErrorResponse from the Intent received by
Activity.onActivityResult(int, int, Intent) after launching Fido2PendingIntent.
This constant is deprecated.
use FIDO2_KEY_CREDENTIAL_EXTRA
to fetch
PublicKeyCredential instead.
PublicKeyCredential contains an
AuthenticatorAttestationResponse or an
AuthenticatorAssertionResponse.
The key used by the calling Activity to
retrieve
AuthenticatorAttestationResponse or
AuthenticatorAssertionResponse from the Intent received by
Activity.onActivityResult(int, int, Intent) after launching Fido2PendingIntent.
The key used by the calling Activity to
retrieve ResponseData
from the Intent received by
Activity.onActivityResult(int, int, Intent) after launching U2fPendingIntent.
Creates a new instance of Fido2ApiClient
for use in a non-activity Context.
Creates a new instance of Fido2ApiClient
for use in an Activity.
Creates a new instance of Fido2PrivilegedApiClient
for use in a non-activity Context.
Create a new instance of Fido2PrivilegedApiClient
for use in an Activity.
Creates a new instance of U2fApiClient
for use in a non-activity Context.
Creates a new instance of U2fApiClient
for use in an Activity.