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

Public Attributes

const String AuthorizationCode = "authorization_code"
 
const String RefreshToken = "refresh_token"
 
const String ClientCredentials = "client_credentials"
 
const String Saml11Bearer = "urn:ietf:params:oauth:grant-type:saml1_1-bearer"
 
const String Saml20Bearer = "urn:ietf:params:oauth:grant-type:saml2-bearer"
 
const String JwtBearer = "urn:ietf:params:oauth:grant-type:jwt-bearer"
 
const String Password = "password"
 

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