Search Results for

    Show / Hide Table of Contents

    Class OAuthAuthorizationToken

    Defines an oauth authorization token

    Inheritance
    System.Object
    OAuthAuthorizationToken
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Data
    Assembly: ImageVault.Core.dll
    Syntax
    public class OAuthAuthorizationToken

    Constructors

    OAuthAuthorizationToken()

    Declaration
    public OAuthAuthorizationToken()

    OAuthAuthorizationToken(OAuthAuthorizationToken)

    Copy constructor

    Declaration
    public OAuthAuthorizationToken(OAuthAuthorizationToken oAuthAuthorizationToken)
    Parameters
    Type Name Description
    OAuthAuthorizationToken oAuthAuthorizationToken

    Properties

    Claims

    Declaration
    public IList<ClaimInfo> Claims { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ClaimInfo>

    ClientId

    The id of the client

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    System.String

    PinCode

    The pin code

    Declaration
    public string PinCode { get; set; }
    Property Value
    Type Description
    System.String

    RedirectUri

    The redirect uri

    Declaration
    public string RedirectUri { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022