Search Results for

    Show / Hide Table of Contents

    Class OAuth2Message

    Inheritance
    System.Object
    OAuth2Message
    OAuth2AccessTokenRequest
    OAuth2AccessTokenResponse
    OAuth2ErrorResponse
    Namespace: SharePointPnP.IdentityModel.Extensions.S2S.Protocols.OAuth2
    Assembly: PnP.Framework.dll
    Syntax
    public abstract class OAuth2Message : object

    Properties

    Item[String]

    Declaration
    protected string this[string index] { get; set; }
    Parameters
    System.String index

    Property Value
    System.String

    Keys

    Declaration
    protected Collections.Generic.IEnumerable<string> Keys { get; }
    Property Value
    System.Collections.Generic.IEnumerable<System.String>

    Message

    Declaration
    public Collections.Generic.Dictionary<string, string> Message { get; }
    Property Value
    System.Collections.Generic.Dictionary<System.String, System.String>

    Methods

    ContainsKey(String)

    Declaration
    protected bool ContainsKey(string key)
    Parameters
    System.String key

    Returns
    System.Boolean

    Decode(String)

    Declaration
    protected void Decode(string message)
    Parameters
    System.String message

    DecodeFromJson(String)

    Declaration
    protected void DecodeFromJson(string message)
    Parameters
    System.String message

    Encode()

    Declaration
    protected string Encode()
    Returns
    System.String

    EncodeToJson()

    Declaration
    protected string EncodeToJson()
    Returns
    System.String

    GetValue(String)

    Declaration
    protected string GetValue(string key)
    Parameters
    System.String key

    Returns
    System.String

    ToString()

    Declaration
    public override string ToString()
    Returns
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer