NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiSchemas.Users.PostUser.UsersPostResponseBody Class Referencesealed

Represents a token object in the response to a user create request. More...

Collaboration diagram for NookpostBackend.ApiSchemas.Users.PostUser.UsersPostResponseBody:

Properties

string? Token [get, set]
 The token that can be used for authentication.
 
long ExpiryTimestamp [get, set]
 The time in seconds the token expires on.
 

Detailed Description

Represents a token object in the response to a user create request.

Property Documentation

◆ ExpiryTimestamp

long NookpostBackend.ApiSchemas.Users.PostUser.UsersPostResponseBody.ExpiryTimestamp
getset

The time in seconds the token expires on.

◆ Token

string? NookpostBackend.ApiSchemas.Users.PostUser.UsersPostResponseBody.Token
getset

The token that can be used for authentication.


The documentation for this class was generated from the following file: