refresh token reuse

Not applicable

How <ReuseRefreshToken>true</ReuseRefreshToken> property internally works in oauth?

1 2 838
2 REPLIES 2

Hi @Priyadarshi Ajitav Jena,

If it is set to true, Apigee will use any existing Refresh token until it gets expired.

If it is set to false, Apigee will generate/issue a new Refresh token, when a valid refresh token is given.

@Siddharth Barahalikar

Thanks. Can you just explain how this mechanism works internally in the cassandra database and benefits of this ?