Class CloudShellCredentials

    • Field Detail

      • GET_AUTH_TOKEN_REQUEST

        protected static final java.lang.String GET_AUTH_TOKEN_REQUEST
        The Cloud Shell back authorization channel uses serialized Javascript Protobuffers, preceded by the message length and a new line character. However, the request message has no content, so a token request consists of an empty JsPb, and its 2 character length prefix.
        See Also:
        Constant Field Values
      • GET_AUTH_TOKEN_REQUEST_BYTES

        protected static final byte[] GET_AUTH_TOKEN_REQUEST_BYTES
      • authPort

        private final int authPort