Can I use authorization code multiple time

Can I use authorization code multiple times to get the access token in Apigee implementation?

Solved Solved
0 2 552
1 ACCEPTED SOLUTION

No!

Authorization code can only be used ONCE.

What is your use case? Why do you want to use it multiple times?

View solution in original post

2 REPLIES 2

No!

Authorization code can only be used ONCE.

What is your use case? Why do you want to use it multiple times?

Thanks, I don't want to use it for multiple times. I had read in OAuth spec that implementation of Authorization code should be such, that it can be used only once. Just wondering it this is how it is implemented in Apigee.