There was an error while loading. Please reload this page.
RequiredFactor.Builder.<factor-name>Authority()
This makes the factor based authorizes more discoverable. For example, the following can be used:
AuthorizationManagerFactories.multiFactor() .requireFactor( (factor) -> factor .passwordAuthority() .validDuration(Duration.ofMinutes(30)) )