Change ChallengeRequired token type to string

This commit is contained in:
Ameya Lokare
2026-03-09 16:38:15 -07:00
parent c41ae57871
commit cf2d3369cb

View File

@@ -361,7 +361,7 @@ message ChallengeRequired {
// An opaque token identifying this challenge request. Clients must generally
// submit this token when submitting a challenge response.
bytes token = 1;
string token = 1;
// A list of challenge types callers may choose to complete to resolve the
// challenge requirement. May be empty, in which case callers cannot resolve