ClientBuilder.WithScopes(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.
Adds the scopes
to the list of allowed scopes for the client.
public:
Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientBuilder ^ WithScopes(... cli::array <System::String ^> ^ scopes);
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder WithScopes (params string[] scopes);
member this.WithScopes : string[] -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder
Public Function WithScopes (ParamArray scopes As String()) As ClientBuilder
Parameters
- scopes
- String[]
The list of scopes.
Returns
The ClientBuilder.