refreshToken property

  1. @Column(nullable: true)
String? refreshToken
final

Implementation

@Column(nullable: true)
final String? refreshToken;