UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

10 lines 234 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface OAuthTokenResponse { access_token: string; token_type: string; scope: string; refresh_token: string; } //# sourceMappingURL=oauth-token-response.model.d.ts.map