-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum FirebaseCustomTokenException.StatusProvides detailed status for the exception.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CUSTOM_TOKEN_FETCH_FAILURESignifies that the OAuth request to Snapchat failed during the Custom Token cloud function fetch.
AUTHORIZATION_FAILURESignifies that the OAuth request to Snapchat failed due to authorization error.
UNKNOWN_ERRORSignifies that the request failed for an unknown reason.
-
Method Summary
Modifier and Type Method Description static Array<FirebaseCustomTokenException.Status>values()static FirebaseCustomTokenException.StatusvalueOf(String name)-
-
Method Detail
-
values
static Array<FirebaseCustomTokenException.Status> values()
-
valueOf
static FirebaseCustomTokenException.Status valueOf(String name)
-
-
-
-