WebsiteAuthorizationProviderSummary class
The summary of the website authorization provider.
Constructors
- WebsiteAuthorizationProviderSummary({required AuthorizationProviderType authorizationProviderType, String? authorizationProviderId, DateTime? createdTime, String? domainName})
- 
          WebsiteAuthorizationProviderSummary.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  A unique identifier for the authorization provider.
  final
- 
  The authorization provider type.
  final
- createdTime → DateTime?
- 
  The time of creation.
  final
- domainName → String?
- 
  The domain name of the authorization provider. This applies only to
SAML-based authorization providers.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 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