TokenResponse
editTokenResponse
editThe response value after a login without redirect configured, or after elevated permissions are enabled or disabled.
Properties
edit-
session_expiration_time
(string
asdate-time
, required) - The time that the session token will expire
-
token
(string
, required) - The authorization bearer token that you use in subsequent requests
Example
edit{ "session_expiration_time" : "2019-01-01T00:00:00Z", "token" : "string" }