Reference
Remy Reference/Interface SDK/Auth/auth.signInWithRemy

auth.signInWithRemy

Start delegated, org-managed "Sign in with Remy" from a user gesture.
auth.signInWithRemy(options?) → Promise<AppUser | null>

For org-owned internal apps only. A top-level app redirects away, so the returned promise never settles: drive the UI off onAuthStateChanged instead. An embedded app opens a popup and resolves the promise with the user directly.

Parameters
options
object
redirectUri, state, and mode (auto | popup | redirect).
Usage
<button onClick={() => auth.signInWithRemy()}>Continue with Remy</button>