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

io.github.emm035.openapi.immutables.v3.security.flows.FlowsIF Maven / Gradle / Ivy

The newest version!
package io.github.emm035.openapi.immutables.v3.security.flows;

import io.github.emm035.openapi.immutables.v3.shared.OpenApiStyle;
import org.immutables.value.Value.Immutable;

import java.util.Optional;


@OpenApiStyle
@Immutable
public interface FlowsIF {
  Optional getImplicit();
  Optional getPassword();
  Optional getClientCredentials();
  Optional getAuthorizationCode();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy