me abstract method
Returns details about the user.
The user must have an active DescopeSession whose refreshJwt
should be
passed as a parameter to this function.
Implementation
Future<DescopeUser> me(String refreshJwt);
Returns details about the user.
The user must have an active DescopeSession whose refreshJwt
should be
passed as a parameter to this function.
Future<DescopeUser> me(String refreshJwt);