ActivityPlug API / @activityplug/core / EmailChallengeAuthStrategy
Interface: EmailChallengeAuthStrategy
Defined in: packages/core/src/auth/types.ts:303
Extends
BaseAuthStrategy<"emailChallenge">
Properties
kind
readonlykind:"emailChallenge"
Defined in: packages/core/src/auth/types.ts:287
Inherited from
BaseAuthStrategy.kind
refreshSession?
readonlyoptionalrefreshSession?:AuthSessionRefresher
Defined in: packages/core/src/auth/types.ts:289
Inherited from
BaseAuthStrategy.refreshSession
revokeSession?
readonlyoptionalrevokeSession?:AuthSessionRevoker
Defined in: packages/core/src/auth/types.ts:290
Inherited from
BaseAuthStrategy.revokeSession
start
readonlystart:EmailChallengeStart
Defined in: packages/core/src/auth/types.ts:304
verify
readonlyverify:EmailChallengeVerify
Defined in: packages/core/src/auth/types.ts:305
verifySession
readonlyverifySession:AuthSessionVerifier
Defined in: packages/core/src/auth/types.ts:288
Inherited from
BaseAuthStrategy.verifySession