refreshToken property

  1. @Column(indexed: true, unique: true, nullable: true)
String? refreshToken
getter/setter pairinherited

The refresh token of an authorization token.

If this token can be refreshed, this value is non-null.

Implementation

@Column(indexed: true, unique: true, nullable: true)
String? refreshToken;