Class AccessGrant
Represents a grant of access, typically used to convey permissions or authorization rights within a system.
public class AccessGrant
- Inheritance
-
AccessGrant
- Inherited Members
- Extension Methods
Properties
AccessToken
public string? AccessToken { get; set; }
Property Value
Expires
public DateTime Expires { get; }
Property Value
ExpiresIn
public int ExpiresIn { get; set; }
Property Value
IsExpired
public bool IsExpired { get; }
Property Value
Scope
public string? Scope { get; set; }
Property Value
TokenType
public string? TokenType { get; set; }