Creates an authentication token for the authenticated user.
Auth type being used to access the endpoint (should be non-empty only for global tokens).
Email address of a user on whose behalf the request is intended to be made (should be non-empty only for global tokens).
OK
Unix timestamp for when this token expires (in seconds since epoch UTC).
An authentication token that can be passed to any endpoint via Bearer Authentication
Invalid Request
Not Authorized
Too Many Requests
{"token": "string","expirationTime": 0}