hasClientSecret property

  1. @JsonKey.new(name: 'has_client_secret')
bool hasClientSecret
final

Whether a hashed client secret is stored for this application

Implementation

@JsonKey(name: 'has_client_secret')
final bool hasClientSecret;