Type alias ThirdPartyCredentials

ThirdPartyCredentials: ThirdPartyAuthorizationCodeCredentials | ThirdPartyImplicitCredentials

Credentials an integrator supplies for 3rd-party OAuth, discriminated by grant type. The pairings are not interchangeable — the backend requires an access token for implicit and accepts a PKCE codeVerifier only with authorization_code — so the union keeps an invalid combination unrepresentable.

Generated using TypeDoc