AuthScimConnectionCreation class final
Result of creating a connection and its initial credential atomically.
Constructors
- AuthScimConnectionCreation({required AuthScimManagedConnection connection, required AuthScimCredentialIssuance issuance})
-
Creates an atomic connection-and-credential result.
const
-
AuthScimConnectionCreation.fromJson(Map<
String, dynamic> json) -
Decodes and validates a creation result.
factory
Properties
- connection → AuthScimManagedConnection
-
The newly created connection.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuance → AuthScimCredentialIssuance
-
The initial credential issuance, including its one-time secret.
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
-
toJson(
) → Map< String, Object?> - Serializes the creation result.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited