Guys,
I am planning to set the
refreshTokenExpirationInterval during oauth configuration.
since its a sealed class, how to set the custom expiration interval?
Any code snippet will help.
Hi,You can set custom refresh token expiration interval as below ,
var oAuthUserConfiguration = OAuthUserConfiguration(portalUrl,clientId,redirectUri, Locale.US, RefreshTokenExpirationInterval.Minutes(60))
ThanksRama
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.