interface OAuthInfoCompatOptions {
    appId?: string;
    authNamespace?: string;
    expiration?: number;
    flowType?: string;
    popup?: boolean;
    portalUrl?: string;
    preserveUrlHash?: boolean;
}

Properties

appId?: string
authNamespace?: string
expiration?: number
flowType?: string
popup?: boolean
portalUrl?: string
preserveUrlHash?: boolean