Uses of Class
app.sdkgen.client.Exception.Authenticator.InvalidCredentialsException
-
Packages that use InvalidCredentialsException Package Description app.sdkgen.client app.sdkgen.client.Authenticator -
-
Uses of InvalidCredentialsException in app.sdkgen.client
Methods in app.sdkgen.client that throw InvalidCredentialsException Modifier and Type Method Description static AuthenticatorInterfaceAuthenticatorFactory. factory(CredentialsInterface credentials)Constructors in app.sdkgen.client that throw InvalidCredentialsException Constructor Description ClientAbstract(java.lang.String baseUrl)ClientAbstract(java.lang.String baseUrl, CredentialsInterface credentials) -
Uses of InvalidCredentialsException in app.sdkgen.client.Authenticator
Methods in app.sdkgen.client.Authenticator that throw InvalidCredentialsException Modifier and Type Method Description protected AccessTokenOAuth2Authenticator. fetchAccessTokenByClientCredentials()protected AccessTokenOAuth2Authenticator. fetchAccessTokenByCode(java.lang.String code)protected AccessTokenOAuth2Authenticator. fetchAccessTokenByRefresh(java.lang.String refreshToken)protected java.lang.StringOAuth2Authenticator. getAccessToken()protected java.lang.StringOAuth2Authenticator. getAccessToken(boolean automaticRefresh, int expireThreshold)
-