Object ConsentTokenHelper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.