IdentityProviderType class

A container for information about an identity provider.

Constructors

IdentityProviderType({Map<String, String>? attributeMapping, DateTime? creationDate, List<String>? idpIdentifiers, DateTime? lastModifiedDate, Map<String, String>? providerDetails, String? providerName, IdentityProviderTypeType? providerType, String? userPoolId})
IdentityProviderType.fromJson(Map<String, dynamic> json)
factory

Properties

attributeMapping Map<String, String>?
A mapping of identity provider attributes to standard and custom user pool attributes.
final
creationDate DateTime?
The date the identity provider was created.
final
hashCode int
The hash code for this object.
no setterinherited
idpIdentifiers List<String>?
A list of identity provider identifiers.
final
lastModifiedDate DateTime?
The date the identity provider was last modified.
final
providerDetails Map<String, String>?
The identity provider details. The following list describes the provider detail keys for each identity provider type.
final
providerName String?
The identity provider name.
final
providerType IdentityProviderTypeType?
The identity provider type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userPoolId String?
The user pool ID.
final

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