Expire the bearer token after one use.

Hi,

Can we expire bearer token after one use  not based on time.

2 2 79
2 REPLIES 2

No, you cannot configure a token to expire after one use.  An OAuth token, whether opaque or JWT, has a time-based expiry.  

But there are other ways you might be able to solve your problem. Can you elaborate on what you're trying to accomplish?