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