WooJWTResponse constructor

WooJWTResponse({
  1. String? token,
  2. String? userEmail,
  3. String? userNicename,
  4. String? userDisplayName,
})

Implementation

WooJWTResponse(
    {this.token, this.userEmail, this.userNicename, this.userDisplayName});