allowedScope property

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

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;