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 |