allowedScope property Null safety

  1. @Column(nullable: true)
String? allowedScope
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;