allowedScope property Null safety
- @Column(nullable: true)
read / writeinherited
Scopes that this client allows.
If null, this client does not support scopes and all tokens are valid for all routes.
Implementation
@Column(nullable: true)
String? allowedScope;