Initiate OAuth connection flow for a server. Returns an authorization URL that the user should visit to complete the OAuth flow.
The server must have OAuth configuration set up by an admin.
JWT token obtained through Auth0 OAuth 2.0 flow with PKCE.
The token should be included in the Authorization header:
Authorization: Bearer <your-jwt-token>
Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.
Server UUID or slug
Optional return URL after OAuth completion
The body is of type object.
Connection initiation successful
OAuth authorization URL to redirect user to
"https://login.salesforce.com/services/oauth2/authorize?..."