scope property Null safety

  1. @Column(nullable: true)
String? scope
read / writeinherited

Scopes for this token, delimited by the space character.

Implementation

@Column(nullable: true)
String? scope;