SealdPreValidationToken class Helpers
Represents a way for your server to authorize the adding of a connector.
Constructors
- SealdPreValidationToken({required String domainValidationKeyId, required String nonce, required String token})
Properties
- domainValidationKeyId → String
-
The domain validation key ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nonce → String
-
The nonce.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
The token.
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