MicrosoftIdentityAuthenticationBaseOptions.Scopes Property
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.
Space separated scopes required to call the downstream web API. For instance "user.read mail.read".
public string? Scopes { get; set; }
member this.Scopes : string with get, set
Public Property Scopes As String