standardPreAuthenticationEncoding property
Uint8List
get
standardPreAuthenticationEncoding
Implementation
Uint8List get standardPreAuthenticationEncoding {
return preAuthenticationEncoding(
header: header,
payload: payload,
footer: footer,
implicit: header.version == Version.v4 ? [] : null,
);
}