TGetOauthProvidersBody constructor

const TGetOauthProvidersBody({
  1. String? organizationId,
  2. String? userId,
})

Implementation

const TGetOauthProvidersBody({
   this.organizationId,
   this.userId,
});