TCreateOauthProvidersBody constructor
const
TCreateOauthProvidersBody({
- String? timestampMs,
- String? organizationId,
- required String userId,
- required List<
v1OauthProviderParams> oauthProviders,
Implementation
const TCreateOauthProvidersBody({
this.timestampMs,
this.organizationId,
required this.userId,
required this.oauthProviders,
});