You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @function background - Initiates the authorization process in the background, returning an authorization URL or an error.
131
+
* @function background - Initiates the authorization process in the background, returning code and state or an error.
132
132
* @param {GetAuthorizationUrlOptions} options - Optional parameters to customize the authorization URL.
133
-
* @returns {Promise<AuthorizeErrorResponse | AuthorizeSuccessResponse>} - Returns a promise that resolves to the authorization URL or an error response.
133
+
* @returns {Promise<AuthorizeErrorResponse | AuthorizeSuccessResponse>} - Returns a promise that resolves to code and state or an error response.
0 commit comments