FirebaseAdmin. Auth. Providers. ListProviderConfigsOptions
Options for listing auth provider configurations.
Summary
Properties |
|
---|---|
PageSize
|
int
Gets or sets the number of results to fetch in a single API call.
|
PageToken
|
string
Gets or sets the page token.
|
Properties
PageSize
int PageSize
Gets or sets the number of results to fetch in a single API call.
This does not affect the total number of results returned. Must not exceed 100.
PageToken
string PageToken
Gets or sets the page token.
If set, this token is used to indicate a continued list operation.