Skip to content

beamable-sdk / services / ExternalChallengeResponse

Interface: ExternalChallengeResponse

Defined in: src/services/AuthService.ts:31

Properties

challenge_token

challenge_token: string

Defined in: src/services/AuthService.ts:35

The challenge token associated with the external authentication.


challenge_ttl

challenge_ttl: number

Defined in: src/services/AuthService.ts:40

The time-to-live (TTL) of the challenge. When provided, it indicates that the external authentication is pending verification.


user_id?

optional user_id: string

Defined in: src/services/AuthService.ts:33

The user ID in the external system (wallet ID, OAuth ID, etc.)