A2A Connector 0.3.0-BETA Reference
Anypoint Connector for Agent2Agent (A2A) (A2A Connector) provides A2A protocol support for LLM agents, enabling your agents to talk to other agents.
Anypoint Connector for Agent2Agent (A2A) is a beta connector that is subject to the Beta Services Terms at Agreements - Salesforce.com |
Configurations
Client
The application or AI system that initiates requests and consumes services offered by A2A servers. This allows Mule apps to act as A2A brokers between non A2A “head” agents and A2A “node” agents.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
Name for this configuration. Connectors reference the configuration with this name. |
x |
|
Connection |
The connection types to provide to this configuration. |
x |
||
Name |
String |
ID used to reference this configuration. |
x |
|
Expiration Policy |
Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. |
Connection Types
Client Connection
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Server Url |
String |
Base URL of the target A2A server. |
x |
|
Request Timeout |
Number |
Sets the duration to wait for server responses before timing out requests. |
30 |
|
Request Timeout Unit |
Enumeration, one of:
|
Time unit for the Request Timeout field. |
SECONDS |
|
Authentication |
HttpRequestAuthentication |
|||
Default Headers |
Object |
Default headers. |
||
Tls Context |
||||
Reconnection |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
Server
The A2A server acts as a remote agent that exposes an HTTP(S) endpoint and implements the A2A protocol methods for interacting with other AI agents. This allows Mule-based agents to receive and respond to A2A protocol-compliant requests.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
Name for this configuration. Connectors reference the configuration with this name. |
x |
|
Connection |
The connection types to provide to this configuration. |
x |
||
Card |
x |
|||
Name |
String |
ID used to reference this configuration. |
x |
|
Task History Enabled |
Boolean |
Set to |
false |
|
Default Max History Length |
Number |
Maximum number of task history objects to store. |
||
Task History Object Store |
ObjectStore |
Connection Types
Server Connection
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Listener Config |
String |
Reference to the |
x |
|
Agent Path |
String |
URL where the Agent Card is located. |
x |
|
Reconnection |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
Cancel Task
<a2a:cancel-task>
Cancels the task specified by its unique identifier. It’s used to stop a previously initiated task.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Task Id |
Any |
Unique identifier for the task. |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Error Mappings |
Array of Error Mapping |
Set of error mappings. |
||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Output
Type |
Any |
Attributes Type |
For Configurations
Throws
-
A2A:CONNECTIVITY
-
A2A:INTERNAL_ERROR
-
A2A:INVALID_PARAMS
-
A2A:INVALID_REQUEST
-
A2A:JSON_RPC_ERROR
-
A2A:METHOD_NOT_FOUND
-
A2A:PARSE_ERROR
-
A2A:REQUEST_TIMEOUT
-
A2A:RETRY_EXHAUSTED
-
A2A:SERVER_ERROR
-
A2A:TASK_ALREADY_COMPLETED
-
A2A:TASK_NOT_FOUND
-
A2A:UNAUTHORIZED
Get Card
<a2a:get-card>
Gets the agent card.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Use Extended Card |
Boolean |
When true, fetches the authenticated extended agent card instead of the normal agent card. |
false |
|
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Error Mappings |
Array of Error Mapping |
Set of error mappings. |
||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Output
Type |
Any |
Attributes Type |
For Configurations
Throws
-
A2A:CONNECTIVITY
-
A2A:INVALID_AGENT_CARD
-
A2A:REQUEST_TIMEOUT
-
A2A:RETRY_EXHAUSTED
-
A2A:UNAUTHORIZED
Get Task
<a2a:get-task>
Retrieves information about a task based on a provided query. This enables you to fetch the status or details of a task from another agent.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Task Query |
Any |
#[payload] |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Error Mappings |
Array of Error Mapping |
Set of error mappings. |
||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Output
Type |
Any |
Attributes Type |
For Configurations
Throws
-
A2A:CONNECTIVITY
-
A2A:INTERNAL_ERROR
-
A2A:INVALID_PARAMS
-
A2A:INVALID_REQUEST
-
A2A:JSON_RPC_ERROR
-
A2A:METHOD_NOT_FOUND
-
A2A:PARSE_ERROR
-
A2A:REQUEST_TIMEOUT
-
A2A:RETRY_EXHAUSTED
-
A2A:SERVER_ERROR
-
A2A:TASK_ALREADY_COMPLETED
-
A2A:TASK_NOT_FOUND
-
A2A:UNAUTHORIZED
Send Message
<a2a:send-message>
Sends a message.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Message |
Any |
Message to send. |
#[payload] |
|
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Error Mappings |
Array of Error Mapping |
Set of error mappings. |
||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Output
Type |
Any |
Attributes Type |
For Configurations
Throws
-
A2A:CONNECTIVITY
-
A2A:INTERNAL_ERROR
-
A2A:INVALID_PARAMS
-
A2A:INVALID_REQUEST
-
A2A:JSON_RPC_ERROR
-
A2A:METHOD_NOT_FOUND
-
A2A:PARSE_ERROR
-
A2A:REQUEST_TIMEOUT
-
A2A:RETRY_EXHAUSTED
-
A2A:SERVER_ERROR
-
A2A:TASK_ALREADY_COMPLETED
-
A2A:TASK_NOT_FOUND
-
A2A:UNAUTHORIZED
Send Task
<a2a:send-task>
Sends a task to another agent. It initiates a new task request to a remote A2A server.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Task |
Any |
#[payload] |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Error Mappings |
Array of Error Mapping |
Set of error mappings. |
||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Output
Type |
Any |
Attributes Type |
For Configurations
Throws
-
A2A:CONNECTIVITY
-
A2A:INTERNAL_ERROR
-
A2A:INVALID_PARAMS
-
A2A:INVALID_REQUEST
-
A2A:JSON_RPC_ERROR
-
A2A:METHOD_NOT_FOUND
-
A2A:PARSE_ERROR
-
A2A:REQUEST_TIMEOUT
-
A2A:RETRY_EXHAUSTED
-
A2A:SERVER_ERROR
-
A2A:TASK_ALREADY_COMPLETED
-
A2A:TASK_NOT_FOUND
-
A2A:UNAUTHORIZED
Sources
Task Listener
<a2a:task-listener>
Allows a Mule application to listen for and receive incoming A2A protocol-compliant requests from other AI agents, enabling the Mule-based agent to act as an A2A server and respond to tasks.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Primary Node Only |
Boolean |
Determines whether to execute this source on only the primary node when running Mule instances in a cluster. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Redelivery Policy |
Defines a policy for processing the redelivery of the same message. |
|||
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
|||
Response |
Any |
#[payload] |
||
Response Headers |
Object |
HTTP response header. |
||
Error Status Code |
Number |
HTTP status code of the response. |
500 |
Output
Type |
Any |
Attributes Type |
For Configurations
Types
TLS
Configures TLS to provide secure communications for the Mule app.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Enabled Protocols |
String |
Comma-separated list of protocols enabled for this context. |
||
Enabled Cipher Suites |
String |
Comma-separated list of cipher suites enabled for this context. |
||
Trust Store |
Configures the TLS truststore. |
|||
Key Store |
Configures the TLS keystore. |
|||
Revocation Check |
Configures a revocation checking mechanism. |
Truststore
Configures the truststore for TLS.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
Path to the truststore. Mule resolves the path relative to the current classpath and file system. |
||
Password |
String |
Password used to protect the truststore. |
||
Type |
String |
Type of store. |
||
Algorithm |
String |
Encryption algorithm that the truststore uses. |
||
Insecure |
Boolean |
If |
Keystore
Configures the keystore for the TLS protocol. The keystore you generate contains a private key and a public certificate.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
Path to the keystore. Mule resolves the path relative to the current classpath and file system. |
||
Type |
String |
Type of store. |
||
Alias |
String |
Alias of the key to use when the keystore contains multiple private keys. By default, Mule uses the first key in the file. |
||
Key Password |
String |
Password used to protect the private key. |
||
Password |
String |
Password used to protect the keystore. |
||
Algorithm |
String |
Encryption algorithm that the keystore uses. |
Standard Revocation Check
Configures standard revocation checks for TLS certificates.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Only End Entities |
Boolean |
Which elements to verify in the certificate chain:
Verify only the last element in the certificate chain.
Verify all elements in the certificate chain. |
||
Prefer Crls |
Boolean |
How to check certificate validity:
Check the Certification Revocation List (CRL) for certificate validity.
Use the Online Certificate Status Protocol (OCSP) to check certificate validity. |
||
No Fallback |
Boolean |
Whether to use the secondary method to check certificate validity:
Use the method that wasn’t specified in the Prefer Crls field (the secondary method) to check certificate validity.
Don’t use the secondary method to check certificate validity. |
||
Soft Fail |
Boolean |
What to do if the revocation server can’t be reached or is busy:
Avoid verification failure.
Allow the verification to fail. |
Custom OCSP Responder
Configures a custom OCSP responder for certification revocation checks.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Url |
String |
URL of the OCSP responder. |
||
Cert Alias |
String |
Alias of the signing certificate for the OCSP response. If specified, the alias must be in the truststore. |
CRL File
Specifies the location of the certification revocation list (CRL) file.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
Path to the CRL file. |
Reconnection
Configures a reconnection strategy for an operation.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Fails Deployment |
Boolean |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
||
Reconnection Strategy |
Reconnection strategy to use. |
Reconnect
Configures a standard reconnection strategy, which specifies how often to reconnect and how many reconnection attempts the connector source or operation can make.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to attempt to reconnect, in milliseconds. |
||
Blocking |
Boolean |
If |
true |
|
Count |
Number |
How many reconnection attempts the Mule app can make. |
Reconnect Forever
Configures a forever reconnection strategy by which the connector source or operation attempts to reconnect at a specified frequency for as long as the Mule app runs.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to attempt to reconnect, in milliseconds. |
||
Blocking |
Boolean |
If |
true |
Expiration Policy
Configures an expiration policy strategy.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Idle Time |
Number |
Configures the maximum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. |
||
Time Unit |
Enumeration, one of:
|
Time unit for the Max Idle Time field. |
Response Attributes
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Status Code |
Number |
HTTP status code of the response. |
x |
|
Headers |
Object |
Map of HTTP headers in the message. |
x |
|
Reason Phrase |
String |
HTTP reason phrase of the response. |
Error Mapping
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Source |
Enumeration, one of:
|
|||
Target |
String |
x |
Agent Card
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
Name for the agent. |
x |
|
Url |
String |
Base URL endpoint for the agent’s A2A service. Must be an absolute HTTPS URL for production. |
x |
|
Version |
String |
Version for the agent. |
x |
|
Description |
String |
Description for the agent. |
||
Skills |
Array of Agent Skill |
x |
||
Capabilities |
||||
Provider |
||||
Documentation Url |
String |
URL of the agent’s documentation. |
||
Default Input Modes |
Array of String |
Array of MIME types the agent accepts as input across all skills. |
||
Default Output Modes |
Array of String |
Array of MIME types the agent produces as output across all skills. |
||
Security |
Array of Security Requirement |
Security. |
||
Security Schemes |
Security schemes. |
|||
Icon Url |
String |
URL of the agent’s icon. |
Agent Skill
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Id |
String |
Unique identifier for this skill within the context of this agent. |
x |
|
Name |
String |
Name of the skill. |
x |
|
Description |
String |
Description of what the skill does. |
||
Tags |
Array of String |
Keywords or categories for discoverability of the agent. |
||
Examples |
Array of String |
Example prompts, inputs, or use cases. Examples help clients and agents formulate requests for this skill. |
||
Input Modes |
Array of String |
Overrides Agent Card Default Input Modes for this specific skill. |
||
Output Modes |
Array of String |
Overrides Agent Card Default Output Modes for this specific skill. |
Agent Capabilities
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Streaming |
Boolean |
Set to |
false |
|
Push Notifications |
Boolean |
Set to |
false |
|
State Transition History |
Boolean |
false |
||
Extensions |
Array of Agent Extension |
Extensions. |
Agent Extension
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Uri |
String |
URI of the extension. |
x |
|
Description |
String |
Description of the extension. |
||
Required |
Boolean |
Whether the extension is required. |
false |
|
Params |
Object |
Parameters of the extension. |
Agent Provider
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Organization |
String |
Name of the organization or entity. |
x |
|
Url |
String |
URL of the provider’s website. |
Security Requirement
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Security Scheme Name |
String |
Name of the security scheme. |
||
Scopes |
Array of String |
Scopes. |
Request Attributes
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Query Params |
Object |
x |
||
Headers |
Object |
Map of HTTP headers in the message. |
x |
|
Version |
String |
HTTP version. |
x |
|
Scheme |
String |
HTTP scheme. |
x |
|
Method |
String |
HTTP method. |
x |
|
Local Address |
String |
Local address. |
x |
|
Remote Address |
String |
Remote address. |
x |
|
Client Certificate |
Client certificate. |
Certificate Data
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Basic Constraints |
Number |
Basic constraints extension value indicating if the certificate can be used to sign other certificates. |
||
Critical Extension OI Ds |
Array of String |
Object identifiers (OIDs) of critical extensions in the certificate. |
||
Encoded |
Binary |
The encoded form of the certificate. |
||
Extended Key Usage |
Array of String |
Extended key usage extension indicating specific purposes for which the certificate public key can be used. |
||
Extensions |
Array of Certificate Extension |
Certificate extensions providing additional information about the certificate. |
||
Issuer Alternative Names |
Array of Alternative Name Data |
Alternative names for the certificate issuer. |
||
Issuer DN |
Distinguished name of the certificate issuer. |
|||
Issuer Unique ID |
Array of Boolean |
Unique identifier for the certificate issuer. |
||
Issuer X500 Principal |
X.500 principal information for the certificate issuer. |
|||
Key Usage |
Array of Boolean |
Key usage extension indicating the purposes for which the certificate public key can be used. |
||
Name |
String |
Name associated with the certificate. |
||
Non Critical Extension OI Ds |
Array of String |
Object identifiers (OIDs) of non-critical extensions in the certificate. |
||
Not After |
Date |
Expiration date of the certificate. |
||
Not Before |
Date |
Date from which the certificate is valid. |
||
Public Key |
Public key information from the certificate. |
|||
Serial Number |
Number |
Serial number of the certificate. |
||
Serial Number Object |
Serial number object containing detailed serial number information. |
|||
Sig Alg Name |
String |
Name of the signature algorithm used to sign the certificate. |
||
Sig Alg OID |
String |
Object identifier (OID) of the signature algorithm. |
||
Sig Alg Params |
Binary |
Parameters for the signature algorithm. |
||
Signature |
Binary |
Digital signature of the certificate. |
||
Subject Alternative Names |
Array of Alternative Name Data |
Alternative names for the certificate subject. |
||
Subject DN |
Distinguished name of the certificate subject. |
|||
Subject X500 Principal |
X.500 principal information for the certificate subject. |
|||
Type |
String |
Type of the certificate. |
||
Version |
Number |
Version number of the certificate format. |
Certificate Extension
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Criticality |
Boolean |
Indicates whether the extension is critical. If |
||
Oid |
String |
Object identifier (OID) that uniquely identifies the extension type. |
||
Value |
Binary |
The extension value in its encoded form. |
Alternative Name Data
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
The alternative name value. |
||
Type |
Number |
The type of alternative name. |
Principal Data
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Common Name |
String |
The common name (CN) component of the distinguished name. |
||
Name |
String |
The full distinguished name string representation. |
X500 Principal Data
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
The X.500 distinguished name in string format. |
Public Key Data
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Algorithm |
String |
The algorithm used for the public key (for example, RSA, DSA, EC). |
||
Encoded |
Binary |
The encoded form of the public key. |
||
Modulus |
Number |
The modulus value for RSA public keys. |
||
Params |
Number |
Algorithm-specific parameters for the public key. |
||
Public Key |
String |
The public key value in string representation. |
Serial Number Data
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Serial Number |
Number |
The serial number value of the certificate. |
Redelivery Policy
Configures the redelivery policy for executing requests that generate errors. You can add a redelivery policy to any source in a flow.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Redelivery Count |
Number |
Maximum number of times to process a redelivered request unsuccessfully before returning a REDELIVERY_EXHAUSTED error. |
||
Message Digest Algorithm |
String |
Secure hashing algorithm to use if the Use Secure Hash field is |
||
Message Identifier |
One or more expressions that determine if a message was redelivered. This property can be set only if the Use Secure Hash field is |
|||
Object Store |
ObjectStore |
Configures the object store that stores the redelivery counter for each message. |
Redelivery Policy Message Identifier
Configures how to identify a redelivered message and how to find out when the message was redelivered.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Use Secure Hash |
Boolean |
If |
||
Id Expression |
String |
One or more expressions that determine when a message was redelivered. You can set this property only if the Use Secure Hash field is |
Http Security Scheme
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Scheme |
Enumeration, one of:
|
HTTP security scheme type. |
x |
|
Bearer Format |
String |
Format of the bearer token. |
||
Security Scheme Name |
String |
Name of the security scheme. |
x |
|
Description |
String |
Description of the security scheme. |
Api Key Security Scheme
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
Name of the API key. |
x |
|
In |
Enumeration, one of:
|
API key location. |
||
x |
Security Scheme Name |
String |
Name of the security scheme. |
|
x |
Description |
String |
Description of the security scheme. |
Oauth2 Security Scheme
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Flows |
Oauth2 flows. |
x |
||
Security Scheme Name |
String |
Name of the security scheme. |
x |
|
Description |
String |
Description of the security scheme. |
Oauth2 Flows
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Implicit |
Implicit OAuth2 flow. |
|||
Password |
Password OAuth2 flow. |
|||
Client Credentials |
Client credentials OAuth2 flow. |
|||
Authorization Code |
Authorization code OAuth2 flow. |
Implicit Oauth2 Flows
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Authorization Url |
String |
Authorization URL. |
x |
|
Refresh Url |
String |
Refresh URL. |
||
Oauth2 Scopes |
Array of Oauth2 Scope |
OAuth2 scopes. |
Oauth2 Scope
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
Name of the OAuth2 scope. |
x |
|
Description |
String |
Description of the OAuth2 scope. |
x |
Password Oauth2 Flows
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Token Url |
String |
Token URL. |
x |
|
Refresh Url |
String |
Refresh URL. |
||
Oauth2 Scopes |
Array of Oauth2 Scope |
OAuth2 scopes. |
Client Credentials Oauth2 Flows
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Token Url |
String |
Token URL. |
x |
|
Refresh Url |
String |
Refresh URL. |
||
Oauth2 Scopes |
Array of Oauth2 Scope |
OAuth2 scopes. |
Authorization Code Oauth2 Flows
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Authorization Url |
String |
Authorization URL. |
x |
|
Token Url |
String |
Token URL. |
x |
|
Refresh Url |
String |
Refresh URL. |
||
Oauth2 Scopes |
Array of Oauth2 Scope |
OAuth2 scopes. |
Open Id Connect Security Scheme
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Open Id Connect Url |
String |
Open ID Connect URL. |
x |
|
Security Scheme Name |
String |
Name of the security scheme. |
x |
|
Description |
String |
Description of the security scheme. |