Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.97 KB

oauth2introspecttokenintrospecttokenrequest.md

File metadata and controls

22 lines (17 loc) · 2.97 KB

Oauth2IntrospectTokenIntrospectTokenRequest

Example Usage

import { Oauth2IntrospectTokenIntrospectTokenRequest } from "@polar-sh/sdk/models/operations";

let value: Oauth2IntrospectTokenIntrospectTokenRequest = {
  token: "<value>",
  clientId: "<id>",
  clientSecret: "<value>",
};

Fields

Field Type Required Description
token string ✔️ N/A
tokenTypeHint operations.Oauth2IntrospectTokenTokenTypeHint N/A
clientId string ✔️ N/A
clientSecret string ✔️ N/A