refreshToken property
- @Column(indexed: true, unique: true, nullable: true)
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;