forgerock-auth
4.7.0
forgerock-auth
/
org.forgerock.android.auth.devicebind
/
DeviceBindingRepository
Device
Binding
Repository
interface
DeviceBindingRepository
Inheritors
RemoteDeviceBindingRepository
LocalDeviceBindingRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
userKey
:
UserKey
)
get
All
Keys
Link copied to clipboard
abstract
suspend
fun
getAllKeys
(
)
:
List
<
UserKey
>
persist
Link copied to clipboard
abstract
suspend
fun
persist
(
userKey
:
UserKey
)