UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 170 B
export interface OAuthClientResponse { success: boolean; data: { clientID: string; callbackURL: string; providerOAuthURL: string; }; }