AuthorizationKey.empty constructor

const AuthorizationKey.empty()

Empty constructor.

Implementation

const AuthorizationKey.empty()
    : id = 0,
      key = const [],
      salt = 0;