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()
String
getSession()
void
setCompleted(List<String> completed)
void
setFlows(List<AuthenticationStage> flows)
void
setParams(Map<String,Map<String,String>> params)
void
setSession(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)
-
-