Validate HMAC
Header Parameters
Authorizationstring Required
Path Parameters
idinteger Required
Id of the user
Response
200
Object
OK
Response Attributes
access_tokenstring
Token granting access to protected resources, valid for the duration specified by expires_in
token_typestring
Type of the issued token, typically indicating the authentication scheme such as "Bearer"
expires_innumber
The remaining lifetime of the access token in seconds before it expires and requires renewal
refresh_tokenstring
Token used to obtain a new access token without re-authenticating the user
Was this section helpful?
Response
Was this section helpful?