Binding

interface Binding

Device Binding interface to provide utility method for DeviceBindingCallback and DeviceSigningVerifierCallback

Inheritors

Properties

Functions

Link copied to clipboard

Create the interface for the Authentication type(Biometric, Biometric_Fallback, none)

Link copied to clipboard
open fun getDuration(timeout: Int?): Duration

Convert timeout in seconds to Duration

Link copied to clipboard
open fun getExpiration(timeout: Int?): Date

Get Expiration date for the signed token, claim "exp" will be set to the JWS.

Link copied to clipboard

Handle all the errors for the device binding.

Link copied to clipboard
abstract fun setClientError(clientError: String?)