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

io.fusionauth.domain.oauth2.Oauth2AuthorizedURLValidationPolicy Maven / Gradle / Ivy

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

/**
 * @author Johnathon Wood
 */
public enum Oauth2AuthorizedURLValidationPolicy {
  AllowWildcards,
  ExactMatch
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy