clientIP property

  1. @JsonKey(name: "client_ip")
String? get clientIP
inherited

IP address of the client that generated the token.

Implementation

@JsonKey(name: "client_ip")
String? get clientIP => throw _privateConstructorUsedError;