Class AuthenticationError
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AuthenticationError extends AuthenticationResult
This class holds the details for the error result of the authentication process.
-
-
Field Summary
Fields Modifier and Type Field Description private final AuthenticationErrorTypeerrorTypeprivate final StringerrorCodeprivate final StringerrorMessage
-
Method Summary
Modifier and Type Method Description final AuthenticationErrorTypegetErrorType()final StringgetErrorCode()final StringgetErrorMessage()-
-
Method Detail
-
getErrorType
final AuthenticationErrorType getErrorType()
-
getErrorCode
final String getErrorCode()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-