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

Public Attributes

const String ResponseType = "response_type"
 
const String GrantType = "grant_type"
 
const String ClientId = "client_id"
 
const String ClientSecret = "client_secret"
 
const String ClientAssertion = "client_assertion"
 
const String ClientAssertionType = "client_assertion_type"
 
const String RefreshToken = "refresh_token"
 
const String RedirectUri = "redirect_uri"
 
const String Resource = "resource"
 
const String Code = "code"
 
const String Scope = "scope"
 
const String Assertion = "assertion"
 
const String RequestedTokenUse = "requested_token_use"
 
const String Username = "username"
 
const String Password = "password"
 
const String FormsAuth = "amr_values"
 
const String LoginHint = "login_hint"
 
const String CorrelationId = "client-request-id"
 
const String Prompt = "prompt"
 

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