跳转到内容

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.