Const
Starts the OAuth authorization-code + PKCE flow: generates a code_verifier, code_challenge and state, persists the verifier and state to sessionStorage, then navigates the browser to the authorize endpoint.
code_verifier
code_challenge
state
sessionStorage
Starts the OAuth authorization-code + PKCE flow: generates a
code_verifier,code_challengeandstate, persists the verifier and state tosessionStorage, then navigates the browser to the authorize endpoint.