UNPKG

@aws-amplify/auth

Version:
10 lines (9 loc) 345 B
export declare const completeOAuthFlow: ({ currentUrl, userAgentValue, clientId, redirectUri, responseType, domain, preferPrivateSession, }: { currentUrl: string; userAgentValue: string; clientId: string; redirectUri: string; responseType: string; domain: string; preferPrivateSession?: boolean; }) => Promise<void>;