@aws-amplify/auth
Version:
Auth category of aws-amplify
10 lines (9 loc) • 345 B
TypeScript
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>;