Class OAuth2AccessTokenResponse
Inheritance
System.Object
OAuth2AccessTokenResponse
Assembly: PnP.Framework.dll
Syntax
public class OAuth2AccessTokenResponse : OAuth2Message
Properties
Declaration
public string AccessToken { get; set; }
Property Value
Declaration
public virtual string ExpiresIn { get; set; }
Property Value
Declaration
public DateTime ExpiresOn { get; set; }
Property Value
Declaration
public DateTime NotBefore { get; set; }
Property Value
Declaration
public string RefreshToken { get; set; }
Property Value
Declaration
public string Scope { get; set; }
Property Value
Declaration
public string TokenType { get; set; }
Property Value
Methods
Declaration
public static OAuth2AccessTokenResponse Read(string responseString)
Parameters
System.String
responseString
|
Returns
Declaration
public override string ToString()
Returns
Overrides
Extension Methods