Class CreateServiceAccountTokenResponse

java.lang.Object
org.elasticsearch.client.security.CreateServiceAccountTokenResponse

public final class CreateServiceAccountTokenResponse extends Object
Response for creating a service account token. Contains the token's name and value for bearer authentication.
  • Constructor Details

    • CreateServiceAccountTokenResponse

      public CreateServiceAccountTokenResponse(String name, org.elasticsearch.common.settings.SecureString value)
  • Method Details