io.fusionauth.domain.oauth2.Oauth2AuthorizedURLValidationPolicy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fusionauth-java-client Show documentation
Show all versions of fusionauth-java-client Show documentation
The Java Client library provides a native Java binding to the FusionAuth REST API.
/*
* Copyright (c) 2022-2023, FusionAuth, All Rights Reserved
*/
package io.fusionauth.domain.oauth2;
/**
* @author Johnathon Wood
*/
public enum Oauth2AuthorizedURLValidationPolicy {
AllowWildcards,
ExactMatch
}