Represents a token object in the response to a user create request.
More...
|
| string? | Token [get, set] |
| | The token that can be used for authentication.
|
| |
| long | ExpiryTimestamp [get, set] |
| | The time in seconds the token expires on.
|
| |
Represents a token object in the response to a user create request.
◆ 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: