Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 240 Bytes

tokentype.md

File metadata and controls

15 lines (10 loc) · 240 Bytes

TokenType

Example Usage

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

let value: TokenType = "refresh_token";

Values

"access_token" | "refresh_token"