ActivityPlug API / @activityplug/core / PasskeyAuthStrategy
Interface: PasskeyAuthStrategy
Defined in: packages/core/src/auth/types.ts:308
Extends
BaseAuthStrategy<"passkey">
Properties
finish
readonlyfinish:PasskeyFinish
Defined in: packages/core/src/auth/types.ts:310
kind
readonlykind:"passkey"
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:PasskeyStart
Defined in: packages/core/src/auth/types.ts:309
verifySession
readonlyverifySession:AuthSessionVerifier
Defined in: packages/core/src/auth/types.ts:288
Inherited from
BaseAuthStrategy.verifySession