API Reference
Class
MicrosoftOpenIdConfigurationProbe
Parsed OIDC discovery response for Microsoft identity platform.
Inheritance
- Object
- MicrosoftOpenIdConfigurationProbe
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public MicrosoftOpenIdConfigurationProbe() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DiscoveryUrl { get; set; } #Gets or sets the discovery url value.
public String Issuer { get; set; } #Gets or sets the issuer value.
public String TokenEndpoint { get; set; } #Gets or sets the token endpoint value.
public String CloudInstanceName { get; set; } #Gets or sets the cloud instance name value.
public String TenantRegionScope { get; set; } #Gets or sets the tenant region scope value.
public String TenantRegionSubScope { get; set; } #Gets or sets the tenant region sub scope value.
public IReadOnlyList<String> GrantTypesSupported { get; set; } #Gets or sets the grant types supported value.
public IReadOnlyList<String> ResponseTypesSupported { get; set; } #Gets or sets the response types supported value.