clientSecretCreatedAt property
- @JsonKey.new(includeIfNull: true, name: 'client_secret_created_at')
final
ISO 8601 timestamp when the client secret was created
Implementation
@JsonKey(includeIfNull: true, name: 'client_secret_created_at')
final DateTime? clientSecretCreatedAt;