id property Null safety
- @Column(primaryKey: true)
read / writeinherited
The client identifier of this client.
An OAuth 2.0 client represents the client application that authorizes on behalf of the user with this server. For example 'com.company.mobile_apps'. This value is required.
Implementation
@Column(primaryKey: true)
String? id;