get
{protocol}://{base-url}/oauth/v1/authorize
Initiates the OAuth 2.0 Authorization Code flow. Authenticates the user and redirects to the provided redirect URI with an authorization code.
Notes:
* PKCE is required for public clients and optional for confidential clients based on their configuration.