From 79d473080646ea15a93fca6d2bdcc742c4e3cab4 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 28 Apr 2026 09:30:51 +0200 Subject: [PATCH] Drop IntrospectToken doc comment Signed-off-by: Bryan Frimin --- pkg/iam/oauth2server/service.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/iam/oauth2server/service.go b/pkg/iam/oauth2server/service.go index 6bbe726db..83e068ddf 100644 --- a/pkg/iam/oauth2server/service.go +++ b/pkg/iam/oauth2server/service.go @@ -1151,12 +1151,6 @@ func (s *Service) LoadAccessToken(ctx context.Context, tokenValue string) (*core return &token, nil } -// IntrospectToken looks up the token (access or refresh) bound to clientID and -// returns its claims when active. It supports the optional token_type_hint -// from RFC 7662 ยง2.1: when set, the hinted table is searched first and the -// other one is used as a fallback. A nil result means the token is unknown, -// expired, revoked, or does not belong to clientID and must be reported as -// inactive. func (s *Service) IntrospectToken( ctx context.Context, clientID gid.GID,