Class AuthenticationInfo

java.lang.Object
io.deephaven.client.impl.AuthenticationInfo

@Immutable public abstract class AuthenticationInfo extends Object
Represents the authentication information required for a Session.
  • Constructor Details

    • AuthenticationInfo

      public AuthenticationInfo()
  • Method Details

    • of

      public static AuthenticationInfo of(io.deephaven.proto.backplane.grpc.HandshakeResponse response)
    • sessionHeaderKey

      @Parameter public abstract String sessionHeaderKey()
    • session

      @Parameter public abstract String session()