Class SigningResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.identity.model.signing.SigningResponse
-
public class SigningResponse extends Object
JSON body response of the signing api.
-
-
Field Detail
-
mxid
private String mxid
Required. The Matrix user ID of the user accepting the invitation.
-
sender
private String sender
Required. The Matrix user ID of the user who sent the invitation.
-
signatures
private Map<String,Map<String,String>> signatures
Required. The signature of the mxid, sender, and token.
-
token
private String token
Required. The token for the invitation.
-
-