C# Class Kong.Plugins.KongClientExtensions

Afficher le fichier Open project: trackmatic/kong.net

Méthodes publiques

Méthode Description
BasicAuth ( this client, Consumer consumer ) : BasicAuthRequestFactory
JwtAuth ( this client, Consumer consumer ) : JwtPluginRequestFactory
Plugins ( this client, Api api ) : IPluginRequestFactory
Plugins ( this client ) : PluginRequestFactory
Schema ( this client ) : IPluginSchemaRequestFactory

Method Details

BasicAuth() public static méthode

public static BasicAuth ( this client, Consumer consumer ) : BasicAuthRequestFactory
client this
consumer Kong.Model.Consumer
Résultat BasicAuthRequestFactory

JwtAuth() public static méthode

public static JwtAuth ( this client, Consumer consumer ) : JwtPluginRequestFactory
client this
consumer Kong.Model.Consumer
Résultat JwtPluginRequestFactory

Plugins() public static méthode

public static Plugins ( this client, Api api ) : IPluginRequestFactory
client this
api Kong.Model.Api
Résultat IPluginRequestFactory

Plugins() public static méthode

public static Plugins ( this client ) : PluginRequestFactory
client this
Résultat PluginRequestFactory

Schema() public static méthode

public static Schema ( this client ) : IPluginSchemaRequestFactory
client this
Résultat IPluginSchemaRequestFactory