I want to know consumerKey pattern

I want to know consumerKey pattern, like length, characters can be used, and if I could change that.

ConsumerSecret and Access Token, also I want to know pattern.

I'm glad to teach me where it is written on document.

I'm not english native speker so not good at writing also.

Thank you for reading and anwsering this question.

0 2 88
2 REPLIES 2

Your English writing is fine.

What problem are you trying to solve?

Why do you want to change the pattern or length of the consumer key or secret? What is the purpose of that?

I think you may be able to request Apigee support to change that for your organization. To do that, open a support ticket.

for OPDK I know there is a multiple ways to change the client secret or token:

- for client secret: update\generate any format via Management API: https://apidocs.apigee.com/docs/developer-app-keys/1/routes/organizations/%7Borg_name%7D/developers/...

- for token you can use 'External Token' operation, while generatingng the token and you can use .js before to generate format\lenght etc as you want: https://docs.apigee.com/api-platform/security/oauth/use-third-party-oauth-system#notesontheflowandpo...