You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to easily authenticate using OnlineIdAuthenticationProvider, but it seems like my authentication is expiring and I can't figure out how to renew it. Actually, I'm only guessing because I after a while I get "unexpected result 0x80070032" error. I notice when I authenticate, the properties of my AccountSession don't give me a refresh token or indicate that I need to refresh. It does show that the session expires after 5 hours, but how would I refresh it? I've tried just creating a new session, but that suffers the same problem. Are there any guidelines for this?
The text was updated successfully, but these errors were encountered:
I'm able to easily authenticate using OnlineIdAuthenticationProvider, but it seems like my authentication is expiring and I can't figure out how to renew it. Actually, I'm only guessing because I after a while I get "unexpected result 0x80070032" error. I notice when I authenticate, the properties of my AccountSession don't give me a refresh token or indicate that I need to refresh. It does show that the session expires after 5 hours, but how would I refresh it? I've tried just creating a new session, but that suffers the same problem. Are there any guidelines for this?
The text was updated successfully, but these errors were encountered: