ApiAuthorizationOptions.ApiScopes Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o 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