Class AuthSuccess


  • public class AuthSuccess
    extends Message.Response
    Indicates to the client that authentication has succeeded. Optionally ships some final informations from the server (as mandated by SASL).
    • Constructor Detail

      • AuthSuccess

        public AuthSuccess​(byte[] token)
    • Method Detail

      • getToken

        public byte[] getToken()