Class ThreePidCred
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.account.ThreePidCred
-
public class ThreePidCred extends Object
3Pid credentials.
-
-
Constructor Summary
Constructors Constructor Description ThreePidCred()
-
Method Summary
Modifier and Type Method Description String
getClientSecret()
String
getIdServer()
String
getSid()
void
setClientSecret(String clientSecret)
void
setIdServer(String idServer)
void
setSid(String sid)
-