IntentClientSecret constructor

IntentClientSecret(
  1. String? status,
  2. String clientSecret
)

Implementation

IntentClientSecret(this.status, this.clientSecret);