Class OAuth2Message
Inheritance
System.Object
OAuth2Message
Assembly: PnP.Framework.dll
Syntax
public abstract class OAuth2Message : object
Properties
Declaration
protected string this[string index] { get; set; }
Parameters
Property Value
Declaration
protected Collections.Generic.IEnumerable<string> Keys { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Declaration
public Collections.Generic.Dictionary<string, string> Message { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
|
Methods
Declaration
protected bool ContainsKey(string key)
Parameters
Returns
Declaration
protected void Decode(string message)
Parameters
Declaration
protected void DecodeFromJson(string message)
Parameters
Declaration
protected string Encode()
Returns
Declaration
protected string EncodeToJson()
Returns
Declaration
protected string GetValue(string key)
Parameters
Returns
Declaration
public override string ToString()
Returns
Extension Methods