interface HashInfos {
    appId: string;
    appUrl: string;
    backPath?: string;
    path?: null | string;
    redirect?: boolean;
    scopes?: {
        email: boolean;
    };
}

Properties

appId: string
appUrl: string
backPath?: string
path?: null | string
redirect?: boolean
scopes?: {
    email: boolean;
}