Interface ILoginOauth2Params

interface ILoginOauth2Params {
    provider: string;
    withLogout?: boolean;
}

Properties

provider: string
withLogout?: boolean