The different dispatch channels (dispatchers in nevisFIDO terminology) that can be used with to transmit the out-of-band operation: the out-of-band operation reaches the application either through a QR code, an FCM push notification or a link.

Enumeration Members

Enumeration Members

link: "link"

A link (Universal Link, App Links, etc.) was used for the out-of-band operation.

pushNotification: "firebase-cloud-messaging"

The Firebase Cloud Messaging (that is, a push notification) was used for the out-of-band operation.

qrCode: "png-qr-code"

The QR code dispatcher was used for the out-of-band operation.

Generated using TypeDoc