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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.