clientSecretCreatedAt property

  1. @JsonKey.new(includeIfNull: true, name: 'client_secret_created_at')
DateTime? clientSecretCreatedAt
final

ISO 8601 timestamp when the client secret was created

Implementation

@JsonKey(includeIfNull: true, name: 'client_secret_created_at')
final DateTime? clientSecretCreatedAt;