TUpdateOauth2CredentialBody constructor
const
TUpdateOauth2CredentialBody({})
Implementation
const TUpdateOauth2CredentialBody({
this.timestampMs,
this.organizationId,
required this.oauth2CredentialId,
required this.provider,
required this.clientId,
required this.encryptedClientSecret,
});