setUserVerifier

expect fun setUserVerifier(userVerifier: UserVerifierInterface)

Sets user's custom verification callback.

The feature allows the developer to set up a callback for user verification. A developer can implement an interface and pass the implementation to the function. Each time data is read from the container, a callback will be triggered, allowing the developer to validate the sender in an external service, e.g. Developer's Application Server or PKI Server.

Parameters

userVerifier

an implementation of the UserVerifierInterface

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is not connected.

actual fun setUserVerifier(userVerifier: UserVerifierInterface)

Sets user's custom verification callback.

The feature allows the developer to set up a callback for user verification. A developer can implement an interface and pass the implementation to the function. Each time data is read from the container, a callback will be triggered, allowing the developer to validate the sender in an external service, e.g. Developer's Application Server or PKI Server.

Parameters

userVerifier

an implementation of the UserVerifierInterface

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is not connected.

actual external fun setUserVerifier(userVerifier: UserVerifierInterface)

Sets user's custom verification callback.

The feature allows the developer to set up a callback for user verification. A developer can implement an interface and pass the implementation to the function. Each time data is read from the container, a callback will be triggered, allowing the developer to validate the sender in an external service, e.g. Developer's Application Server or PKI Server.

Parameters

userVerifier

an implementation of the UserVerifierInterface

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is not connected.