StartAgentforceOAuthPayload
The result of starting the Salesforce OAuth flow for Agentforce.
type StartAgentforceOAuthPayload {
authorizationUrl: String!
state: String!
}
Fields
StartAgentforceOAuthPayload.authorizationUrl ● String! non-null scalar common
The Salesforce authorization URL to send the user to.
StartAgentforceOAuthPayload.state ● String! non-null scalar common
The OAuth state value to verify on completion.
Returned By
startAgentforceOAuth mutation