Uses of Class
app.sdkgen.client.Exception.InvalidCredentialsException
-
Packages that use InvalidCredentialsException Package Description app.sdkgen.client -
-
Uses of InvalidCredentialsException in app.sdkgen.client
Methods in app.sdkgen.client that throw InvalidCredentialsException Modifier and Type Method Description java.lang.StringClientAbstract. buildRedirectUrl(java.lang.String redirectUrl, java.util.List<java.lang.String> scopes, java.lang.String state)protected AccessTokenClientAbstract. fetchAccessTokenByClientCredentials()protected AccessTokenClientAbstract. fetchAccessTokenByCode(java.lang.String code)protected AccessTokenClientAbstract. fetchAccessTokenByRefresh(java.lang.String refreshToken)protected java.lang.StringClientAbstract. getAccessToken()protected java.lang.StringClientAbstract. getAccessToken(boolean automaticRefresh, int expireThreshold)
-