refreshSession method

Future<XRPCResponse<ServerRefreshSessionOutput>> refreshSession({
  1. Map<String, String>? $headers,
})

Refresh an authentication session. Requires auth using the 'refreshJwt' (not the 'accessJwt').

Implementation

Future<XRPCResponse<ServerRefreshSessionOutput>> refreshSession({
  Map<String, String>? $headers,
}) async =>
    await comAtprotoServerRefreshSession($ctx: _ctx, $headers: $headers);