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

io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenRequest Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package io.quarkiverse.langchain4j.watsonx.bean;

import org.jboss.resteasy.reactive.RestForm;

public record IdentityTokenRequest(
        @RestForm(value = "grant_type") String grantType,
        @RestForm(value = "apikey") String apikey) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy