empty static method

AuthenticationCodeInfo empty()
override

create AuthenticationCodeInfo Empty

Implementation

static AuthenticationCodeInfo empty() {
  return AuthenticationCodeInfo({});
}