All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fusionauth.domain.ApplicationMultiFactorTrustPolicy Maven / Gradle / Ivy

There is a newer version: 1.53.0
Show newest version
/*
 * Copyright (c) 2022, FusionAuth, All Rights Reserved
 */
package io.fusionauth.domain;

/**
 * @author Daniel DeGroff
 */
public enum ApplicationMultiFactorTrustPolicy {
  // Any application means we can trust the MFA trust from all apps
  Any,
  // Only trust MFA trust gained from this app
  This,
  // Do not trust, always prompt for MFA
  None
}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy