JWECallback

interface JWECallback

Interface callback called to inform the SDK about the JWE token retrieval.

Functions

Link copied to clipboard
abstract fun onJWEFailure(e: Exception)

Called by the client app to inform the SDK that the JWE could not be retrieved.

Link copied to clipboard
abstract fun onJWERetrieved(jwe: String)

Called by the client app to pass the successfully retrieved JWE to the SDK in order to proceed.