id property

  1. @Column(primaryKey: true)
String? id
getter/setter pairinherited

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;