IAuthRequiredScopeMetadata Interface
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.
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). |