public class AuthenticationErrorCode extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATION_PENDING
In the context of device code user has not yet authenticated via browser
|
static String |
CODE_EXPIRED
In the context of device code, this error happens when the device code has expired before
the user signed-in on another device (this is usually after 15 min)
|
static String |
INVALID_GRANT
Standard Oauth2 protocol error code.
|
static String |
PASSWORD_REQUIRED_FOR_MANAGED_USER
Password is required for managed user.
|
static String |
UNKNOWN
Unknown error occurred
|
static String |
USER_REALM_DISCOVERY_FAILED
User realm discovery failed
|
static String |
WSTRUST_ENDPOINT_NOT_FOUND_IN_METADATA_DOCUMENT
WS-Trust Endpoint not found in Metadata document
|
| Constructor and Description |
|---|
AuthenticationErrorCode() |
public static final String AUTHORIZATION_PENDING
public static final String CODE_EXPIRED
public static final String INVALID_GRANT
public static final String WSTRUST_ENDPOINT_NOT_FOUND_IN_METADATA_DOCUMENT
public static final String PASSWORD_REQUIRED_FOR_MANAGED_USER
public static final String USER_REALM_DISCOVERY_FAILED
public static final String UNKNOWN
Copyright © 2013–2019. All rights reserved.