android-attestation
0.8.4
android-attestation
/
com.google.android.attestation
/
AuthorizationList
/
UserAuthType
User
Auth
Type
enum
UserAuthType
Specifies the types of user authenticators that may be used to authorize this key.
Entries
Functions
Entries
USER_AUTH_TYPE_NONE
Link copied to clipboard
USER_AUTH_TYPE_NONE
PASSWORD
Link copied to clipboard
PASSWORD
FINGERPRINT
Link copied to clipboard
FINGERPRINT
USER_AUTH_TYPE_ANY
Link copied to clipboard
USER_AUTH_TYPE_ANY
Functions
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
AuthorizationList.UserAuthType
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
AuthorizationList.UserAuthType
>
Returns an array containing the constants of this enum type, in the order they're declared.