When using the .net sdk without user interaction, do i need to implement the refresh token method?
or the sdk will refresh it automatically.
i know it depend on the request in the auth "offline" or
i want that the sdk will handle the refresh token.
what happened if i use the token and then not using it for a while and then use it again, will it refresh automatically?
what is the best way to support this scenario ?