clientID property Null safety
- @Bind("client_id")
read / write
The client ID of the authenticating client.
This must be a valid client ID according to authServer.\
Implementation
@Bind.query("client_id")
String? clientID;
The client ID of the authenticating client.
This must be a valid client ID according to authServer.\
@Bind.query("client_id")
String? clientID;