ClientRegistration

Callback object to be used to proceed in user registration flow when registration credentials for the user in question have been obtained.

To understand how JWT tokens work and how to generate one see application-authentication section of the online docs.

Functions

Link copied to clipboard
abstract fun register(jwtSignature: String)

Method to call when registration credentials for the user have been obtained.

Link copied to clipboard
abstract fun registerFailed()

Method to call if registration credentials could not be obtained.