clientID property

  1. @Bind("client_id")
String? clientID
getter/setter pair

The client ID of the authenticating client.

This must be a valid client ID according to authServer.\

Implementation

@Bind.query("client_id")
String? clientID;