|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ITokenCacheStore in com.microsoft.aad.adal |
|---|
| Classes in com.microsoft.aad.adal that implement ITokenCacheStore | |
|---|---|
class |
DefaultTokenCacheStore
Store/Retrieve TokenCacheItem from private SharedPreferences. |
class |
FileTokenCacheStore
Persisted cache that keeps cache in-memory until write operation. |
class |
MemoryTokenCacheStore
tokenCacheItem is not persisted. |
| Methods in com.microsoft.aad.adal that return ITokenCacheStore | |
|---|---|
ITokenCacheStore |
AuthenticationContext.getCache()
Returns referenced cache. |
| Constructors in com.microsoft.aad.adal with parameters of type ITokenCacheStore | |
|---|---|
AuthenticationContext(android.content.Context appContext,
String authority,
boolean validateAuthority,
ITokenCacheStore tokenCacheStore)
Constructs context to use with known authority to get the token. |
|
AuthenticationContext(android.content.Context appContext,
String authority,
ITokenCacheStore tokenCacheStore)
It will verify the authority and use the given cache. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||