Swashbuckle.Application.SwaggerUiConfig.EnableOAuth2Support C# (CSharp) 메소드

EnableOAuth2Support() 공개 메소드

public EnableOAuth2Support ( string clientId, string realm, string appName ) : void
clientId string
realm string
appName string
리턴 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