me abstract method

Future<DescopeUser> me(
  1. 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.

Implementation

Future<DescopeUser> me(String refreshJwt);