TCreateOauth2CredentialBody constructor
const
TCreateOauth2CredentialBody({
- String? timestampMs,
- String? organizationId,
- required v1Oauth2Provider provider,
- required String clientId,
- required String encryptedClientSecret,
Implementation
const TCreateOauth2CredentialBody({
this.timestampMs,
this.organizationId,
required this.provider,
required this.clientId,
required this.encryptedClientSecret,
});