Creates a new Auth instance with the specified secret and tokenTtl.
secret
tokenTtl
Auth(this.secret, {this.tokenTtl = const Duration(hours: 1)});