Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class PendingOutOfBandOperationAbstract

    The object defining a non-redeemed out-of-band operation as defined in the Get Device Out-of-Band Operations service.

    Index

    Properties

    creationTimeInEpochMillis: number

    The time the out-of-band operation was created (i.e. the time the dispatch occurred). This can be used by the mobile clients to know which is the latest operation for the device.

    dispatchChannel: DispatchChannel

    The name of the dispatcher used by the operation. This provides information about how the out-of-band operation is transmitted to the mobile device.

    The OutOfBandPayload object that can be used with the OutOfBandOperation to continue with the operation.

    additionalInformation: string

    Additional information that is not included in the OutOfBandPayload. For instance, if this is an operation dispatched using the Firebase dispatcher, this contains the push notification information in JSON format, as provided as input of the dispatch request.

    Methods