We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e593102 commit c004f23Copy full SHA for c004f23
packages/extension-sdk/src/connect/types.ts
@@ -818,6 +818,7 @@ export interface ExtensionSDK {
818
* code_challenge_method optional - set to 'S256' to use code challenge
819
* rather than secret key.
820
* @param httpMethod used for submission. Defaults to 'POST'.
821
+ * @deprecated
822
*/
823
oauth2Authenticate(
824
authEndpoint: string,
@@ -846,6 +847,7 @@ export interface ExtensionSDK {
846
847
* method.
848
* If code challenge is being used the code_verifier is added
849
* to the message.
850
851
852
oauth2ExchangeCodeForToken(
853
0 commit comments