v1CreateOauthProvidersResult constructor

const v1CreateOauthProvidersResult({
  1. required List<String> providerIds,
})

Implementation

const v1CreateOauthProvidersResult({
  required  this.providerIds,
});