TCreateOauth2CredentialBody constructor

const TCreateOauth2CredentialBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required v1Oauth2Provider provider,
  4. required String clientId,
  5. required String encryptedClientSecret,
})

Implementation

const TCreateOauth2CredentialBody({
   this.timestampMs,
   this.organizationId,
  required  this.provider,
  required  this.clientId,
  required  this.encryptedClientSecret,
});