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

Public Attributes

const String Code = "code"
 
const String TokenType = "token_type"
 
const String AccessToken = "access_token"
 
const String RefreshToken = "refresh_token"
 
const String Resource = "resource"
 
const String IdToken = "id_token"
 
const String CreatedOn = "created_on"
 
const String ExpiresOn = "expires_on"
 
const String ExpiresIn = "expires_in"
 
const String Error = "error"
 
const String ErrorDescription = "error_description"
 
const String ErrorCodes = "error_codes"
 

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