DkimSigningAttributes class

An object that contains information about the tokens used for setting up Bring Your Own DKIM (BYODKIM).

Constructors

DkimSigningAttributes({required String domainSigningPrivateKey, required String domainSigningSelector})

Properties

domainSigningPrivateKey String
A private key that's used to generate a DKIM signature.
final
domainSigningSelector String
A string that's used to identify a public key in the DNS configuration for a domain.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited