scope property

  1. @Column(nullable: true)
String? scope
getter/setter pairinherited

Scopes for this token, delimited by the space character.

Implementation

@Column(nullable: true)
String? scope;