RegionDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the result of region when MSAL region discovery is used, published as part of AuthenticationResultMetadata. AuthenticationResultMetadata for additional metadata information of the authentication result.
public class RegionDetails
type RegionDetails = class
Public Class RegionDetails
- Inheritance
-
RegionDetails
Constructors
RegionDetails(RegionOutcome, String, String) |
Constructor for RegionDetails |
Properties
AutoDetectionError |
Error details when region auto detect fails |
RegionOutcome |
Region Outcome based on MSAL region detection |
RegionUsed |
Region used to construct /token endpoint to contact ESTS. |