Class TokenInfoResponse
The TokenInfoResponse.
Assembly: Taskurai.dll
Declaration
public class TokenInfoResponse
Properties
Id
Personal Access Token id.
Declaration
public string Id { get; }
Name
Personal Access Token name.
Declaration
public string Name { get; }
Created
Token created (utc).
Declaration
public DateTimeOffset? Created { get; }
ValidMinutes
Valid minutes.
Declaration
public int? ValidMinutes { get; }
Type
Refresh type (pat).
Declaration
public string Type { get; }
Worker
Authorized worker.
Declaration
public string Worker { get; }
LocalIdentifier
Unique local identifier.
Declaration
public string LocalIdentifier { get; }
Scopes
Authorized scopes.
Declaration
public IReadOnlyList<string> Scopes { get; }