Class OAuth2Message
Inheritance
System.Object
OAuth2Message
Namespace: SharePointPnP.IdentityModel.Extensions.S2S.Protocols.OAuth2
Assembly: PnP.Framework.dll
Syntax
public abstract class OAuth2Message : object
public abstract class OAuth2Message : object
protected string this[string index] { get; set; }
|
System.String
index
|
|
System.String
|
protected Collections.Generic.IEnumerable<string> Keys { get; }
|
System.Collections.Generic.IEnumerable<System.String>
|
public Collections.Generic.Dictionary<string, string> Message { get; }
|
System.Collections.Generic.Dictionary<System.String, System.String>
|
protected bool ContainsKey(string key)
|
System.String
key
|
|
System.Boolean
|
protected void Decode(string message)
|
System.String
message
|
protected void DecodeFromJson(string message)
|
System.String
message
|
protected string Encode()
|
System.String
|
protected string EncodeToJson()
|
System.String
|
protected string GetValue(string key)
|
System.String
key
|
|
System.String
|
public override string ToString()
|
System.String
|