Interface Authentication
- All Known Implementing Classes:
ApiKeyAuthentication,BasicAuthentication,BearerAuthentication,NoAuthentication,OAuthAuthentication
public sealed interface Authentication
permits ApiKeyAuthentication, BasicAuthentication, BearerAuthentication, NoAuthentication, OAuthAuthentication