Class SubmitToken
- java.lang.Object
-
- io.github.ma1uta.matrix.identity.model.session.SubmitToken
-
public class SubmitToken extends Object
JSON body request of the validation.
-
-
Field Detail
-
sid
private String sid
Required. The session ID, generated by the requestToken call.
-
clientSecret
private String clientSecret
Required. The client secret that was supplied to the requestToken call.
-
token
private String token
Required. The token generated by the requestToken call and sent to the user.
-
-