Optional
authorizeUrl?: stringOptional
state?: stringA random string you provide to verify against CSRF attacks. The length of this string can be up to 500 characters.
A PKCE parameter, a random secret for each request you make.
Optional
code_challenge_method?: "plain"Specifies the method you are using to make a request (S256 OR plain).
A random string you provide to verify against CSRF attacks. The length of this string can be up to 500 characters.
Specifies the method you are using to make a request (S256 OR plain).