Swashbuckle.Application.SwaggerUiConfig.EnableOAuth2Support C# (CSharp) Method

EnableOAuth2Support() public method

public EnableOAuth2Support ( string clientId, string realm, string appName ) : void
clientId string
realm string
appName string
return void
        public void EnableOAuth2Support(string clientId, string realm, string appName)
        {
            EnableOAuth2Support(clientId, "N/A", realm, appName);
        }

Same methods

SwaggerUiConfig::EnableOAuth2Support ( string clientId, string clientSecret, string realm, string appName ) : void