Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 247 Bytes

tokentypehint.md

File metadata and controls

15 lines (10 loc) · 247 Bytes

TokenTypeHint

Example Usage

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

let value: TokenTypeHint = "refresh_token";

Values

"access_token" | "refresh_token"