AUTH.SIGNOUT
POST
To signout of the session
Request
- application/json
Body
action stringrequired
Default value: auth.signout
The action
id_token stringrequired
JWT ID Token
aud string
The audience associated to JWT
Responses
- 200
Signout response
- application/json
- Schema
- Example (from schema)
Schema
data object
signout boolean
{
"data": {
"signout": true
}
}
Loading...