refreshSession abstract method
Refreshes a DescopeSession.
This can be called at any time as long as the refreshJwt
is still
valid. Typically called when a DescopeSession's sessionJwt
is expired
or is about expire.
Implementation
Future<RefreshResponse> refreshSession(String refreshJwt);