SDKs / typescript / oauth
exchangeAuthorizationCode()Exchanges authorization code + PKCE verifier for access_token. Use access_token as verification_token for validateVerification.
exchangeAuthorizationCode(input: ExchangeAuthorizationCodeInput): unknown| Parameter | Type | Required | Description |
|---|---|---|---|
input | ExchangeAuthorizationCodeInput | Required |
unknown
oauthToken — View API Reference →