Expand description
Plugin API trait for AuthN resolver implementations.
Plugins implement this trait to provide token validation. The gateway discovers plugins via GTS types-registry and delegates API calls to the selected plugin.
Traitsยง
- AuthN
Resolver Plugin Client - Plugin API trait for
AuthNresolver implementations.