IAuthRequiredScopeMetadata Interface

Definition

This is the metadata that describes required auth scopes for a given endpoint in a web API. It's the underlying data structure the requirement ScopeAuthorizationRequirement will look for in order to validate scopes in the scope claims.

public interface IAuthRequiredScopeMetadata
type IAuthRequiredScopeMetadata = interface
Public Interface IAuthRequiredScopeMetadata
Derived

Properties

AcceptedScope

Scopes accepted by this web API.

RequiredScopesConfigurationKey

Fully qualified name of the configuration key containing the required scopes (separated by spaces).

Applies to