Class SessionResponse


  • public class SessionResponse
    extends Object
    The sid generated for this session to the caller, in a JSON object containing the sid key.
    • Field Detail

      • sid

        private String sid
        Required. The session ID. Session IDs are opaque strings generated by the identity server. They must consist entirely of the characters [0-9a-zA-Z.=_-]. Their length must not exceed 255 characters and they must not be empty.
    • Constructor Detail

      • SessionResponse

        public SessionResponse()
    • Method Detail

      • getSid

        public String getSid()
      • setSid

        public void setSid​(String sid)