Skip to main content

Query an OAuth token obtained through SSO with OIDC

Query a previously obtained OAuth access or refresh token for an IdP

Header Parameters
  • SlashID-SdkVersion string

    SDK version

    Example: 1.4.1
Request Body required
  • token string required

    SlashID token container

  • token_ids string[]

    The ID of the tokens to be returned. If not provided, all OIDC tokens from provided token will be returned.

  • token_types string[]

    Possible values: [access_token, refresh_token]

    The type of token being revoked. If not provided, all OIDC tokens from provided token will be returned.

Responses

OK


Schema
  • meta object
  • pagination object
  • limit integer
  • offset integer
  • total_count int64
  • errors object[]
  • httpcode integer
  • message string
  • result object
  • token string

    OIDC token value

  • token_type string

    Possible values: [access_token, refresh_token]

  • provider string

    Possible values: [google, onfido, shopify, generic]

  • token_id string

    Token ID

  • expiry date-time

    Token expiry date

  • client_id string

    Token's client ID