ListProviderConfigResults class

The response interface for listing provider configs. This is only available when listing all identity providers' configurations via _BaseAuth.listProviderConfigs.

Constructors

ListProviderConfigResults({required List<AuthProviderConfig> providerConfigs, required String? pageToken})

Properties

hashCode int
The hash code for this object.
no setterinherited
pageToken String?
The next page token, if available.
final
providerConfigs List<AuthProviderConfig>
The list of providers for the specified project in the current page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited