Skip to content

LoginResult

Defined in: services/identity.ts:28

What a sign-in yields: the code, and nothing that resembles a session.

code: string

Defined in: services/identity.ts:34

The host’s one-time code. Send it to YOUR server, which exchanges it for a session using the app secret. Short-lived and single-use: cache the session your server returns, never this.