Interface IAuthProvider
-
- All Known Implementing Classes:
BasicAuthProvider
public interface IAuthProvider
Allows for custom auth providers to be configured. These can be provided as an instantiatable class using the class name via the settingservice.auth.provider
. Alternatively a plugin can be configured as an auth provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
provide()
Provide the headers that should be attached to the GRPC calls.
-