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

io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22OAuthFlow Maven / Gradle / Ivy

The newest version!
package io.apicurio.datamodels.models.asyncapi.v22;

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

public interface AsyncApi22OAuthFlow extends AsyncApiOAuthFlow, AsyncApi22Extensible {

	public Map getScopes();

	public void setScopes(Map value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy