Skip to content

Commit 6b9e0b0

Browse files
committed
docs: func doc
1 parent 066e7c2 commit 6b9e0b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ func (u *User) withError(err error) *User {
3737
return u
3838
}
3939

40+
// verifyClaims verifies the claims of a Token
4041
func verifyClaims(tok *Token, nonce, aud string) (jwt.Claims, error) {
4142
claims := jwt.MapClaims{}
4243
seg := strings.Split(tok.IDToken, ".")

0 commit comments

Comments
 (0)