...
Note |
---|
These APIs do not apply to the Time-To-Live settings in the Callout Authenticator API policy. |
The session management details returned includes the session ID and user or client details upon making the API call. Below is the sample response upon using the GET HTTP method:
Code Block |
---|
[
{
"type": "TaskSession$OauthSession",
"username": "105450719975802175246",
"roles": [
"openid",
"email",
"profile"
],
"session_id": "0f9eb160-b5ed-4cba-94ea-b5a3ae1fc9e0",
"expires_at": 1718323653745
},
{
"type": "TaskSession$OauthSession",
"username": "105450719975802175246",
"roles": [
"openid",
"email",
"profile"
],
"session_id": "79258c26-e361-46c5-9588-5301434a738a",
"expires_at": 1718323838403
}
] |
Info |
---|
|