类 AiCredential

java.lang.Object
com.alibaba.nacos.api.ai.model.mcp.AiCredential

public class AiCredential extends Object
AI service credential.
作者:
xiweng.yy
  • 字段详细资料

    • type

      private String type
      Credential type, such as OAuth2.0, Jwt token or others, default is `custom`.
    • ref

      private String ref
  • 构造器详细资料

    • AiCredential

      public AiCredential()
  • 方法详细资料

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getRef

      public String getRef()
    • setRef

      public void setRef(String ref)