There was an error while loading. Please reload this page.
1 parent d3cf8a9 commit 8847c67Copy full SHA for 8847c67
1 file changed
phonenumberverification/phonenumberverification.go
@@ -48,7 +48,7 @@ var (
48
ErrTokenType = errors.New("token is not a JWT")
49
// ErrTokenClaims is returned when the token claims cannot be decoded.
50
ErrTokenClaims = errors.New("token has incorrect claims")
51
- // ErrTokenEmptyAudience is returned when the token audience has no audience.
+ // ErrTokenEmptyAudience is returned when the token has no audience.
52
ErrTokenEmptyAudience = errors.New("token has no 'aud' claim")
53
// ErrTokenAudience is returned when the token audience does not match the current project.
54
ErrTokenAudience = errors.New("token audience must be the project name")
0 commit comments