RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Public Attributes | List of all members
rmsauth::TokenResponse::JsonNames Struct Reference

Public Attributes

const String tokenType = OAuthConstants::oAuthReservedClaim().TokenType
 
const String accessToken = OAuthConstants::oAuthReservedClaim().AccessToken
 
const String refreshToken = OAuthConstants::oAuthReservedClaim().RefreshToken
 
const String resource = OAuthConstants::oAuthReservedClaim().Resource
 
const String idToken = OAuthConstants::oAuthReservedClaim().IdToken
 
const String createdOn = OAuthConstants::oAuthReservedClaim().CreatedOn
 
const String expiresOn = OAuthConstants::oAuthReservedClaim().ExpiresOn
 
const String expiresIn = OAuthConstants::oAuthReservedClaim().ExpiresIn
 
const String correlationId = "correlation_id"
 
const String error = OAuthConstants::oAuthReservedClaim().Error
 
const String errorDescription = OAuthConstants::oAuthReservedClaim().ErrorDescription
 
const String errorCodes = OAuthConstants::oAuthReservedClaim().ErrorCodes
 

The documentation for this struct was generated from the following file: