Type Alias: Oauth2Token
type Oauth2Token = z.infer<typeof Oauth2TokenSchema>;
Defined in: src/models/mgmt-oauth.ts:27
OAuth2 token response.
type Oauth2Token = z.infer<typeof Oauth2TokenSchema>;
Defined in: src/models/mgmt-oauth.ts:27
OAuth2 token response.