GoogleCloudIdentitytoolkitAdminV2SpConfig class
The SAML SP (Service Provider) configuration when the project acts as the relying party to receive and accept an authentication assertion issued by a SAML identity provider.
Constructors
-
GoogleCloudIdentitytoolkitAdminV2SpConfig({String? callbackUri, List<
GoogleCloudIdentitytoolkitAdminV2SpCertificate> ? spCertificates, String? spEntityId}) - GoogleCloudIdentitytoolkitAdminV2SpConfig.fromJson(Map _json)
Properties
- callbackUri ↔ String?
-
Callback URI where responses from IDP are handled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
spCertificates
↔ List<
GoogleCloudIdentitytoolkitAdminV2SpCertificate> ? -
Public certificates generated by the server to verify the signature in
SAMLRequest in the SP-initiated flow.
getter/setter pair
- spEntityId ↔ String?
-
Unique identifier for all SAML entities.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited