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

io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21OAuthFlow Maven / Gradle / Ivy

package io.apicurio.datamodels.models.asyncapi.v21;

import io.apicurio.datamodels.models.asyncapi.AsyncApiOAuthFlow;
import java.util.Map;

public interface AsyncApi21OAuthFlow extends AsyncApiOAuthFlow, AsyncApi21Extensible {

	public Map getScopes();

	public void setScopes(Map value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy