toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AuthTokenUpdateStatus.setting:
      return 'SETTING';
    case AuthTokenUpdateStatus.rotating:
      return 'ROTATING';
  }
}