RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Public Member Functions | |
TokenCacheItem (const TokenCacheKey &key, AuthenticationResultPtr result) | |
const TokenCacheKey & | tokenCacheKey () const |
TokenCacheKey & | tokenCacheKey () |
const AuthenticationResultPtr | authenticationResult () const |
AuthenticationResultPtr | authenticationResult () |
const String & | authority () const |
const String & | clientId () const |
DateTimeOffset | expiresOn () const |
const String | familyName () const |
const String | givenName () const |
const String | identityProvider () const |
bool | isMultipleResourceRefreshToken () const |
const String & | resource () const |
const String & | tenantId () const |
const String & | uniqueId () const |
const String & | accessToken () const |
const String & | refreshToken () const |
void | refreshToken (const String &val) |
const String & | idToken () const |
TokenSubjectType | tokenSubjectType () const |