Uses of Class
app.sdkgen.client.Exception.TokenPersistException
-
Packages that use TokenPersistException Package Description app.sdkgen.client app.sdkgen.client.TokenStore -
-
Uses of TokenPersistException in app.sdkgen.client
Methods in app.sdkgen.client that throw TokenPersistException Modifier and Type Method Description 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)voidTokenStoreInterface. persist(AccessToken token) -
Uses of TokenPersistException in app.sdkgen.client.TokenStore
Methods in app.sdkgen.client.TokenStore that throw TokenPersistException Modifier and Type Method Description voidFileTokenStore. persist(AccessToken token)
-