Package io.didomi.sdk.user
Class OrganizationUserRepository
-
- All Implemented Interfaces:
@Singleton() public final class OrganizationUserRepositoryRepository used for Cross-device feature Can be initialize before injection
-
-
Constructor Summary
Constructors Constructor Description OrganizationUserRepository()
-
Method Summary
Modifier and Type Method Description final UserAuthgetUserAuth()User Auth Params (with or without encryption parameters) final UnitsetUserAuth(UserAuth userAuth)User Auth Params (with or without encryption parameters) -
-
Method Detail
-
getUserAuth
final UserAuth getUserAuth()
User Auth Params (with or without encryption parameters)
-
setUserAuth
final Unit setUserAuth(UserAuth userAuth)
User Auth Params (with or without encryption parameters)
-
-
-
-