Class OAuth2AccessTokenRequest
Inheritance
System.Object
OAuth2AccessTokenRequest
Assembly: PnP.Framework.dll
Syntax
public class OAuth2AccessTokenRequest : OAuth2Message
Fields
Declaration
public static Collections.Specialized.StringCollection TokenResponseParameters
Field Value
System.Collections.Specialized.StringCollection
|
Properties
Declaration
public string AppContext { get; set; }
Property Value
Declaration
public string Assertion { get; set; }
Property Value
Declaration
public string ClientId { get; set; }
Property Value
Declaration
public string ClientSecret { get; set; }
Property Value
Declaration
public string Code { get; set; }
Property Value
Declaration
public string GrantType { get; set; }
Property Value
Declaration
public string Password { get; set; }
Property Value
Declaration
public string RedirectUri { get; set; }
Property Value
Declaration
public string RefreshToken { get; set; }
Property Value
Declaration
public string Resource { get; set; }
Property Value
Declaration
public string Scope { get; set; }
Property Value
Methods
Declaration
public static OAuth2AccessTokenRequest Read(IO.StreamReader reader)
Parameters
System.IO.StreamReader
reader
|
Returns
Declaration
public static OAuth2AccessTokenRequest Read(string requestString)
Parameters
System.String
requestString
|
Returns
Declaration
public void SetCustomProperty(string propertyName, string propertyValue)
Parameters
System.String
propertyName
|
System.String
propertyValue
|
Declaration
public virtual void Write(IO.StreamWriter writer)
Parameters
System.IO.StreamWriter
writer
|
Extension Methods