AESAuthOptions typedef

AESAuthOptions = ({String? nonce, int? nonceLength, int? timestamp})

Implementation

typedef AESAuthOptions = ({int? nonceLength, int? timestamp, String? nonce});