refreshSession method
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);