UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

5 lines (4 loc) 115 B
export declare const createOAuthState: (state?: string) => Promise<{ state: string; challenge: string; }>;