FirebaseAdmin.Auth.Providers.ProviderConfigClient< T >.AbstractListRequest

A class for making batch GET requests to list a specific type of auth provider configuration.

Summary

An instance of this class is used by the Google API client to provide pagination support.

Inheritance

Inherits from: FirebaseAdmin.Auth.Providers.ProviderConfigClient< T >

Properties

ApiClient
ApiClient

Protected functions

AbstractListRequest(ApiClient client, ListProviderConfigsOptions options)

Public functions

ExecuteAsStreamAsync(CancellationToken cancellationToken)
override async Task< Stream >

Properties

ApiClient

ApiClient ApiClient

Protected functions

AbstractListRequest

 AbstractListRequest(
  ApiClient client,
  ListProviderConfigsOptions options
)

Public functions

ExecuteAsStreamAsync

override async Task< Stream > ExecuteAsStreamAsync(
  CancellationToken cancellationToken
)