Skip to main content

AUTH.SIGNOUT

POST 

To signout of the session

Request

Body

    action stringrequired

    Default value: auth.signout

    The action

    id_token stringrequired

    JWT ID Token

    aud string

    The audience associated to JWT

Responses

Signout response

Schema
    data object
    signout boolean
Loading...