Show / Hide Table of Contents

    Class OAuthToken

    This class represents data about an OAuth2 Bearer token

    Inheritance
    System.Object
    OAuthToken
    Namespace: Dangl.RestClient
    Assembly: Dangl.RestClient.dll
    Syntax
    public class OAuthToken : object

    Properties

    | Improve this Doc View Source

    AccessToken

    The access token

    Declaration
    public string AccessToken { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RefreshToken

    The refresh token

    Declaration
    public string RefreshToken { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ValidUntilUtc

    When the AccessToken expires in UTC time

    Declaration
    public DateTime ValidUntilUtc { get; set; }
    Property Value
    Type Description
    DateTime
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl