Package io.github.ma1uta.matrix.thirdpid
Class SessionResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.thirdpid.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.
-
-