method
RiduClient.refreshSession
RiduClient.refreshSession(
options?: RequestOptions,
): Promise<AuthSession<AuthUser<Config>>>Rotate the current session.
Related types
RequestOptionsOptions shared by every request.
AuthSessionAn authenticated user session.
AuthUserThe union of generated output types for auth-enabled collections.