-
- All Implemented Interfaces:
public class ConsentTokenHelper
-
-
Field Summary
Fields Modifier and Type Field Description public final static ConsentTokenHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final ConsentTokenconsentTokenFromJSON(String jsonString, VendorRepository vendorRepository)Create a new consent token from a JSON string The consent is encoded in a standardized format across SDK so it needs to be converted into our internal format. -
-
Method Detail
-
consentTokenFromJSON
final ConsentToken consentTokenFromJSON(String jsonString, VendorRepository vendorRepository)
Create a new consent token from a JSON string The consent is encoded in a standardized format across SDK so it needs to be converted into our internal format.
-
-
-
-