interface IdPValue {
    provider: string;
    uiConfig: {
        [key: string]: string;
    };
}

Properties

Properties

provider: string
uiConfig: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string