Show / Hide Table of Contents

Class AccessTokenModel

model for JWT token

Inheritance
Object
AccessTokenModel
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract]
public class AccessTokenModel

Properties

AccessToken

access_token

Declaration
[DataMember(Name = "access_token")]
public string AccessToken { get; set; }
Property Value
Type Description
String

Expires

The UTC time that the token expires

Declaration
[DataMember(Name = "expires")]
public DateTime Expires { get; set; }
Property Value
Type Description
DateTime

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX