Uses of Class
com.microsoft.credentialstorage.model.StoredToken
-
-
Uses of StoredToken in com.microsoft.credentialstorage
Methods in com.microsoft.credentialstorage that return types with arguments of type StoredToken Modifier and Type Method Description static SecretStore<StoredToken>StorageProvider. getTokenStorage(boolean persist, StorageProvider.SecureOption secureOption)Returns a token store for the specific requirements. -
Uses of StoredToken in com.microsoft.credentialstorage.implementation.posix.keyring
Methods in com.microsoft.credentialstorage.implementation.posix.keyring that return StoredToken Modifier and Type Method Description protected StoredTokenGnomeKeyringBackedTokenStore. create(String username, char[] secret)Methods in com.microsoft.credentialstorage.implementation.posix.keyring with parameters of type StoredToken Modifier and Type Method Description booleanGnomeKeyringBackedTokenStore. add(String key, StoredToken token) -
Uses of StoredToken in com.microsoft.credentialstorage.implementation.posix.libsecret
Methods in com.microsoft.credentialstorage.implementation.posix.libsecret that return StoredToken Modifier and Type Method Description protected StoredTokenLibSecretBackedTokenStore. create(String username, char[] secret)Methods in com.microsoft.credentialstorage.implementation.posix.libsecret with parameters of type StoredToken Modifier and Type Method Description booleanLibSecretBackedTokenStore. add(String key, StoredToken token) -
Uses of StoredToken in com.microsoft.credentialstorage.model
Methods in com.microsoft.credentialstorage.model that return StoredToken Modifier and Type Method Description StoredTokenStoredTokenPair. getAccessToken()Access token, used to grant access to resources.StoredTokenStoredTokenPair. getRefreshToken()Refresh token, used to grant new access tokens.Constructors in com.microsoft.credentialstorage.model with parameters of type StoredToken Constructor Description StoredTokenPair(StoredToken accessToken, StoredToken refreshToken)Creates a newStoredTokenPairfrom raw access and refresh token data.
-