customAuthChallengeTitle constant

InputResolverKey const customAuthChallengeTitle

Implementation

static const customAuthChallengeTitle = InputResolverKey._(
  InputResolverKeyType.title,
  field: InputField.customAuthChallenge,
);