Uses of Class
sh.ory.model.SessionAuthenticationMethod
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of SessionAuthenticationMethod in sh.ory.model
Methods in sh.ory.model that return SessionAuthenticationMethod Modifier and Type Method Description SessionAuthenticationMethodSessionAuthenticationMethod. aal(AuthenticatorAssuranceLevel aal)SessionAuthenticationMethodSessionAuthenticationMethod. completedAt(OffsetDateTime completedAt)SessionAuthenticationMethodSessionAuthenticationMethod. method(SessionAuthenticationMethod.MethodEnum method)Methods in sh.ory.model that return types with arguments of type SessionAuthenticationMethod Modifier and Type Method Description List<SessionAuthenticationMethod>Session. getAuthenticationMethods()A list of authenticators which were used to authenticate the session.Methods in sh.ory.model with parameters of type SessionAuthenticationMethod Modifier and Type Method Description SessionSession. addAuthenticationMethodsItem(SessionAuthenticationMethod authenticationMethodsItem)Method parameters in sh.ory.model with type arguments of type SessionAuthenticationMethod Modifier and Type Method Description SessionSession. authenticationMethods(List<SessionAuthenticationMethod> authenticationMethods)voidSession. setAuthenticationMethods(List<SessionAuthenticationMethod> authenticationMethods)