interface OIDCProvider {
    config_url: string;
    name: string;
}

Properties

Properties

config_url: string
name: string