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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.