Package com.dremio.nessie.client.auth
Interface Auth
-
- All Known Implementing Classes:
NoAuth
public interface Auth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcheckKey()return authorization token for this auth scheme.
-
-
-
Method Detail
-
checkKey
String checkKey()
return authorization token for this auth scheme.
-
-