AuthenticationService

constructor(challengeStore: ChallengeStore, credentialStore: CredentialStore, userAccountStore: UserAccountStore, signatureVerifier: SignatureVerifier, rpIdHasher: RpIdHasher, clientDataDecoder: CollectedClientDataDecoder, extensionHooks: List<WebAuthnExtensionHook> = [], originMetadataProvider: OriginMetadataProvider = NoOpOriginMetadataProvider, nowEpochMs: () -> Long = { System.currentTimeMillis() })