ApiAuthorizationOptions.ApiScopes 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.
Gets or sets the ApiScopes.
public:
property Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiScopeCollection ^ ApiScopes { Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiScopeCollection ^ get(); void set(Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiScopeCollection ^ value); };
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiScopeCollection ApiScopes { get; set; }
member this.ApiScopes : Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiScopeCollection with get, set
Public Property ApiScopes As ApiScopeCollection