Signer class

A list of AWS accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Constructors

Signer({String? awsAccountNumber, KeyPairIds? keyPairIds})
Signer.fromXml(XmlElement elem)
factory

Properties

awsAccountNumber String?
An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the AWS account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is self.
final
hashCode int
The hash code for this object.
no setterinherited
keyPairIds KeyPairIds?
A list of CloudFront key pair identifiers.
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
toString() String
A string representation of this object.
inherited

Operators

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