authKey function

dynamic authKey()

Get the auth key

Implementation

authKey() {
  return Auth.key();
}