Class AuthenticationFlows
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
-
public class AuthenticationFlows extends Object
Authentication flow.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFlows()
-
Method Summary
Modifier and Type Method Description List<String>getCompleted()List<AuthenticationStage>getFlows()Map<String,Map<String,String>>getParams()StringgetSession()voidsetCompleted(List<String> completed)voidsetFlows(List<AuthenticationStage> flows)voidsetParams(Map<String,Map<String,String>> params)voidsetSession(String session)
-
-
-
Method Detail
-
getFlows
public List<AuthenticationStage> getFlows()
-
setFlows
public void setFlows(List<AuthenticationStage> flows)
-
getSession
public String getSession()
-
setSession
public void setSession(String session)
-
-