Home > @plasmicapp/auth-api > getPlasmicAppUser

getPlasmicAppUser() function

Signature:

export declare function getPlasmicAppUser(opts: {
    host?: string;
    appId: string;
    codeVerifier: string;
    code: string;
}): Promise<PlasmicUserResult>;

Parameters

Parameter Type Description
opts { host?: string; appId: string; codeVerifier: string; code: string; }

Returns:

Promise<PlasmicUserResult>