This repository was archived by the owner on May 12, 2026. It is now read-only.
Description Environment details
Meet (but not API-specific)
OS type and version: Linux
Java version: OpenJDK 17
version(s):
Steps to reproduce
Create a UserAuthorizer with PKCE enabled
Open authorization URL in browser
Code example
UserAuthorizer authorizer = UserAuthorizer .newBuilder ()
.setClientId (clientId )
.setCallbackUri (callbackUri )
.setScopes (SCOPES )
.setPKCEProvider (new DefaultPKCEProvider ())
.build ()
URL authorizationUrl = authorizer .getAuthorizationUrl ("me" "" , null );
System .out .printf ("Open the following URL to authorize access: %s\n " ,
authorizationUrl .toExternalForm ());
Stack trace
None. Error is when attempting authorization, fails with error:
Access blocked: Authorization Error
Code Challenge must be base64 encoded. Learn more about this error
External references such as API reference guides
https://www.rfc-editor.org/rfc/rfc7636
Any additional information below
Following these steps guarantees the quickest resolution possible.
Thanks!
Reactions are currently unavailable
Environment details
Steps to reproduce
Code example
Stack trace
None. Error is when attempting authorization, fails with error:
Access blocked: Authorization Error
Code Challenge must be base64 encoded. Learn more about this error
External references such as API reference guides
https://www.rfc-editor.org/rfc/rfc7636
Any additional information below
Following these steps guarantees the quickest resolution possible.
Thanks!