Skip to main content

Sign out

This API endpoint allows logging out the authenticated user, clearing the access token and session from the server-side. User will have to login again for getting new access token, client token etc.

Query Parameters
    client_auth_token string required

    Client API token

Header Parameters
    access-token string required

    user access token

    client string required

    client access token

    expiry string required

    timestamp of token expiry

    Example: 1531312879
    token-type string required

    access token type

    Example: Bearer
    uid string required

    user uid

    Example: user@quranreflect.com
Responses

OK

Response Headers

    Schema
      success boolean

      Default value: true

    Loading...