Drop IntrospectToken doc comment

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-04-28 09:30:51 +02:00
committed by Émile Ré
parent 2418079785
commit 79d4730806

View File

@@ -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,