ProfileToken response¶
Response object of create/refresh token requests
Property | Type | Description |
---|---|---|
token | string | JWT token used to access Profile Service |
contains profile-id | ||
tokenType | string | "Bearer" |
expiresIn | number | json date format |
expiresInDate | datetime | expiration time in the datetime offset format |
refresh_token | string | JWT token used to get a new profile token after that one is expired |
refresh_token_expiresInDate | datetime | expiration time of the refresh token in the datetime offset format |
Last update:
January 27, 2023 14:37:03