Authorization constructor
Authorization({})
Implementation
Authorization({
required this.authInfo,
required this.timeStamp,
required this.timeDelta,
this.nonceOverride,
}) {
nonce = nonceOverride ?? Nonce();
}