interface OpenAuthSessionResult {
    error?: unknown;
    type: OpenAuthSessionResultType;
    url?: string;
}

Properties

Properties

error?: unknown
url?: string