Usage of authorization code in 3legged oauth

Hi All,

For authorization code grant, how many times authcode can be uses to exchange access token with-in it’s expire time.

Is there any usage counter like only once it can be used either access token api call fails or success.

Or any number if times it can be used? Any way to customize it. Didn’t see any pointer in apigee doc. Thanks in advance.

Solved Solved
0 2 189
1 ACCEPTED SOLUTION

The authorization code is a one-time-use code.

It can be exchanged for a token, once.

View solution in original post

2 REPLIES 2

The authorization code is a one-time-use code.

It can be exchanged for a token, once.