correlationId property
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;
ID used to get the token. Present this ID to the user as it will identify this specific request on their device.
@JsonKey(name:'correlationId')
String? correlationId;