TCreateOauthProvidersBody constructor

const TCreateOauthProvidersBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String userId,
  4. required List<v1OauthProviderParams> oauthProviders,
})

Implementation

const TCreateOauthProvidersBody({
   this.timestampMs,
   this.organizationId,
  required  this.userId,
  required  this.oauthProviders,
});