public final enum

RequestType

extends Enum<RequestType>
java.lang.Object
   ↳ java.lang.Enum<com.google.android.gms.fido.fido2.api.common.RequestType>
     ↳ com.google.android.gms.fido.fido2.api.common.RequestType

Class Overview

Fido2 request types

Summary

Nested Classes
class RequestType.UnsupportedRequestTypeException Exception thrown when an unsupported or unrecognized request type is encountered. 
Enum Values
RequestType  REGISTER   
RequestType  SIGN   
Public Methods
static RequestType fromString(String value)
String toString()
static RequestType valueOf(String name)
static final RequestType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RequestType REGISTER

public static final RequestType SIGN

Public Methods

public static RequestType fromString (String value)

Parameters
value String
Returns
RequestType
Throws
RequestType.UnsupportedRequestTypeException

public String toString ()

Returns
String

public static RequestType valueOf (String name)

Parameters
name String
Returns
RequestType

public static final RequestType[] values ()

Returns
RequestType[]