Skip to content

atlassian/connections.completeOAuth

Type: action Module: convex/atlassian/connections.ts

{
state: string,
code: string,
}

Complete the Atlassian OAuth flow by exchanging the authorization code for tokens. @param state - OAuth state token for CSRF verification @param code - Authorization code from Atlassian