FirebaseAdmin.Auth.Providers.AuthProviderConfigs< T >

A page of auth provider configurations.

Summary

Details
Template Parameters
T
Type of AuthProviderConfig that is included.

Properties

NextPageToken
string
Gets the token representing the next page of auth provider configurations.
ProviderConfigs
IEnumerable< T >
Gets the auth provider configurations included in the current page.

Properties

NextPageToken

string NextPageToken

Gets the token representing the next page of auth provider configurations.

Null if there are no more pages.

ProviderConfigs

IEnumerable< T > ProviderConfigs

Gets the auth provider configurations included in the current page.