Class AuthenticationResponse

java.lang.Object
io.confluent.security.auth.client.rest.entities.AuthenticationResponse

public class AuthenticationResponse extends Object
  • Constructor Details

    • AuthenticationResponse

      public AuthenticationResponse(String authenticationToken, String tokenType, long expiresIn)
  • Method Details

    • authenticationToken

      public String authenticationToken()
    • tokenType

      public String tokenType()
    • lifetime

      public long lifetime()