SessionDetails
SessionDetails
Represents information about an authenticated user session.
JSON Example
{
"roles": [
"EVERYONE"
],
"user": "[email protected]"
}
array of string
roles
Optional
Roles granted to the session
string
user
Optional
The currently authenticated user