TokenResponse
Type definition for TokenResponse.
Type: Result
| Property | Type |
|---|---|
expiration | integer |
created | integer |
secret | string |
Used in endpoints
- Activate account
POST /auth/activationas result - Login
POST /auth/loginas result - Get auth token using OAuth
POST /auth/oauth/{provider}as result - Confirm password reset
POST /auth/password/confirmas result - Signup
POST /auth/signupas result - Make token for a third-party client
POST /auth/tokenas result