ApiResourceBuilder.ReplaceScopes(String[]) Method    
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.
Replaces the scopes defined for the application with a new set of scopes.
public:
 Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiResourceBuilder ^ ReplaceScopes(... cli::array <System::String ^> ^ resourceScopes);public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder ReplaceScopes(params string[] resourceScopes);member this.ReplaceScopes : string[] -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilderPublic Function ReplaceScopes (ParamArray resourceScopes As String()) As ApiResourceBuilderParameters
- resourceScopes
- String[]
The list of scopes.
Returns
The ApiResourceBuilder.