ethree-common / com.virgilsecurity.android.common.callback / OnGetTokenCallback

OnGetTokenCallback

interface OnGetTokenCallback

Interface that should provide Json Web Token when onGetToken callback is called.

Functions

onGetToken

abstract fun onGetToken(): String

This method should return valid Json Web Token String representation with identity (in it) of the user which will use this class.