Skip to content

Commit c004f23

Browse files
authored
chore: deprecate extension framework oauth APIs (#1482)
1 parent e593102 commit c004f23

File tree

1 file changed

+2
-0
lines changed
  • packages/extension-sdk/src/connect

1 file changed

+2
-0
lines changed

packages/extension-sdk/src/connect/types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ export interface ExtensionSDK {
818818
* code_challenge_method optional - set to 'S256' to use code challenge
819819
* rather than secret key.
820820
* @param httpMethod used for submission. Defaults to 'POST'.
821+
* @deprecated
821822
*/
822823
oauth2Authenticate(
823824
authEndpoint: string,
@@ -846,6 +847,7 @@ export interface ExtensionSDK {
846847
* method.
847848
* If code challenge is being used the code_verifier is added
848849
* to the message.
850+
* @deprecated
849851
*/
850852
oauth2ExchangeCodeForToken(
851853
authEndpoint: string,

0 commit comments

Comments
 (0)