interface AuthSignOutInput {
    global: boolean;
    oauth?: {
        redirectUrl?: string;
    };
}

Properties

Properties

global: boolean
oauth?: {
    redirectUrl?: string;
}

Type declaration

  • Optional redirectUrl?: string