Package org.opensearch.identity.tokens
Interface AuthToken
- All Known Implementing Classes:
BasicAuthToken
,BearerAuthToken
@ExperimentalApi
public interface AuthToken
Interface for all token formats to support to authenticate user such as UserName/Password tokens, Access tokens, and more.
- Opensearch.experimental:
-
Method Summary
-
Method Details
-
asAuthHeaderValue
String asAuthHeaderValue()
-