OBJECT

JWTReturnPayload

The return payload from the JWT helper method

link GraphQL Schema definition

  • type JWTReturnPayload {
  • email: String
  • expires_at: DateTime! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • is_admin: Boolean @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • is_eligible_for_nps: Boolean @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • is_new_account: Boolean @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • name: String @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • push_notif_interest: String @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • token: String! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • user_id: ID @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • }