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

Properties

Properties

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