Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 317 Bytes

introspecttokenrequesttokentypehint.md

File metadata and controls

15 lines (10 loc) · 317 Bytes

IntrospectTokenRequestTokenTypeHint

Example Usage

import { IntrospectTokenRequestTokenTypeHint } from "@polar-sh/sdk/models/components/introspecttokenrequest.js";

let value: IntrospectTokenRequestTokenTypeHint = "refresh_token";

Values

"access_token" | "refresh_token"