Package com.okta.sdk.error.authc
-
Exception Summary Exception Description IncorrectCredentialsException A sub-class ofResourceException
representing an attempt to login using incorrect credentials.InvalidAuthenticationException Thrown when the Authentication credentials (or access_token for OAuth requests) cannot be found in thehttpRequest
.InvalidCredentialsException A sub-class ofResourceException
representing an attempt to login using an malformed credentials.MissingCredentialsException Thrown when the an Authentication Request lacks a ClientCredentials.UnsupportedAuthenticationSchemeException A sub-class ofResourceException
representing an authentication scheme not supported by Okta.