Skip to content

ActivityPlug API / @activityplug/core / EmailChallengeAuthStrategy

Interface: EmailChallengeAuthStrategy

Defined in: packages/core/src/auth/types.ts:303

Extends

  • BaseAuthStrategy<"emailChallenge">

Properties

kind

readonly kind: "emailChallenge"

Defined in: packages/core/src/auth/types.ts:287

Inherited from

BaseAuthStrategy.kind


refreshSession?

readonly optional refreshSession?: AuthSessionRefresher

Defined in: packages/core/src/auth/types.ts:289

Inherited from

BaseAuthStrategy.refreshSession


revokeSession?

readonly optional revokeSession?: AuthSessionRevoker

Defined in: packages/core/src/auth/types.ts:290

Inherited from

BaseAuthStrategy.revokeSession


start

readonly start: EmailChallengeStart

Defined in: packages/core/src/auth/types.ts:304


verify

readonly verify: EmailChallengeVerify

Defined in: packages/core/src/auth/types.ts:305


verifySession

readonly verifySession: AuthSessionVerifier

Defined in: packages/core/src/auth/types.ts:288

Inherited from

BaseAuthStrategy.verifySession