CompleteAgentforceOAuthInput
Input for completing the Salesforce OAuth flow for Agentforce.
input CompleteAgentforceOAuthInput {
code: String!
state: String!
}
Fields
CompleteAgentforceOAuthInput.code ● String! non-null scalar common
The authorization code returned by Salesforce.
CompleteAgentforceOAuthInput.state ● String! non-null scalar common
The OAuth state value returned by Salesforce.
Member Of
completeAgentforceOAuth mutation