Skip to content

Documentation


Documentation / @u-net/server / DirectLoginChallengeRecord

Interface: DirectLoginChallengeRecord

Defined in: directLogin.ts:34

Extends

Properties

approvalUrl

approvalUrl: string

Defined in: directLogin.ts:12

Inherited from

DirectLoginChallenge.approvalUrl


approvedAccount?

optional approvedAccount?: object

Defined in: directLogin.ts:37

accountPublicKeyPem

accountPublicKeyPem: string

scopedUserId

scopedUserId: string


challenge

challenge: string

Defined in: directLogin.ts:10

Inherited from

DirectLoginChallenge.challenge


challengeHash

challengeHash: string

Defined in: directLogin.ts:35


challengeUrl

challengeUrl: string

Defined in: directLogin.ts:11

Inherited from

DirectLoginChallenge.challengeUrl


expiresAtIso

expiresAtIso: string

Defined in: directLogin.ts:13

Inherited from

DirectLoginChallenge.expiresAtIso


origin

origin: string

Defined in: directLogin.ts:9

Inherited from

DirectLoginChallenge.origin


protocolVersion

protocolVersion: 2

Defined in: directLogin.ts:6

Inherited from

DirectLoginChallenge.protocolVersion


requestRef

requestRef: string

Defined in: directLogin.ts:7

Inherited from

DirectLoginChallenge.requestRef


serviceId

serviceId: string

Defined in: directLogin.ts:8

Inherited from

DirectLoginChallenge.serviceId


session?

optional session?: DirectLoginSession

Defined in: directLogin.ts:38


state

state: "pending" | "approved" | "consumed" | "expired"

Defined in: directLogin.ts:36