Search Results for

    Show / Hide Table of Contents

    Class OAuth2AccessTokenResponse

    Inheritance
    System.Object
    OAuth2Message
    OAuth2AccessTokenResponse
    Inherited Members
    OAuth2Message.Item[String]
    OAuth2Message.Keys
    OAuth2Message.Message
    OAuth2Message.ContainsKey(String)
    OAuth2Message.Decode(String)
    OAuth2Message.DecodeFromJson(String)
    OAuth2Message.Encode()
    OAuth2Message.EncodeToJson()
    OAuth2Message.GetValue(String)
    Namespace: SharePointPnP.IdentityModel.Extensions.S2S.Protocols.OAuth2
    Assembly: PnP.Framework.dll
    Syntax
    public class OAuth2AccessTokenResponse : OAuth2Message

    Properties

    AccessToken

    Declaration
    public string AccessToken { get; set; }
    Property Value
    System.String

    ExpiresIn

    Declaration
    public virtual string ExpiresIn { get; set; }
    Property Value
    System.String

    ExpiresOn

    Declaration
    public DateTime ExpiresOn { get; set; }
    Property Value
    System.DateTime

    NotBefore

    Declaration
    public DateTime NotBefore { get; set; }
    Property Value
    System.DateTime

    RefreshToken

    Declaration
    public string RefreshToken { get; set; }
    Property Value
    System.String

    Scope

    Declaration
    public string Scope { get; set; }
    Property Value
    System.String

    TokenType

    Declaration
    public string TokenType { get; set; }
    Property Value
    System.String

    Methods

    Read(String)

    Declaration
    public static OAuth2AccessTokenResponse Read(string responseString)
    Parameters
    System.String responseString

    Returns
    OAuth2AccessTokenResponse

    ToString()

    Declaration
    public override string ToString()
    Returns
    System.String

    Overrides
    OAuth2Message.ToString()

    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