Interface Authentication
- All Known Implementing Classes:
ApiKeyAuthentication,BasicAuthentication,BearerAuthentication,NoAuthentication,OAuthAuthentication
public sealed interface Authentication
permits ApiKeyAuthentication, BasicAuthentication, BearerAuthentication, NoAuthentication, OAuthAuthentication
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetHeaders(com.google.api.client.http.HttpHeaders headers)
-
Method Details
-
setHeaders
void setHeaders(com.google.api.client.http.HttpHeaders headers)
-