accessToken property

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

The access token of an authorization token.

If this instance represents an authorization token, this value is its access token. This value is null if this instance represents an unexchanged authorization code.

Implementation

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