AuthProviderConfigFilter class
The filter interface used for listing provider configurations. This is used
when specifying how to list configured identity providers via
_BaseAuth.listProviderConfigs
.
Constructors
- AuthProviderConfigFilter.oidc({int? maxResults, String? pageToken})
- AuthProviderConfigFilter.saml({int? maxResults, String? pageToken})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxResults → int?
-
The maximum number of results to return per page. The default and maximum is
100.
final
- pageToken → String?
-
The next page token. When not specified, the lookup starts from the beginning
of the list.
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