correlationId property

  1. @JsonKey(name: 'correlationId')
String? correlationId
getter/setter pair

ID used to get the token. Present this ID to the user as it will identify this specific request on their device.

Implementation

@JsonKey(name:'correlationId')
String? correlationId;