ChallengeStore

interface ChallengeStore

Stores one-time challenge sessions for registration/authentication ceremonies.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun consume(challenge: Challenge, type: CeremonyType): ChallengeSession?
Link copied to clipboard
abstract suspend fun put(session: ChallengeSession)