authKey function

String authKey()

Get the auth key

Implementation

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