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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • asAuthHeaderValue

      String asAuthHeaderValue()