Skip to content

Commit

Permalink
Lint error on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomqwpl committed Feb 17, 2024
1 parent 04b3c73 commit 611a5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ func (g *GoCloak) LoginClientTokenExchange(ctx context.Context, clientID, token,
return g.GetToken(ctx, realm, tokenOptions)
}

// Performs "Direct Naked Impersonation"
// DirectNakedImpersonationTokenExchange performs "Direct Naked Impersonation"
// See: https://www.keycloak.org/docs/latest/securing_apps/index.html#direct-naked-impersonation
func (g *GoCloak) DirectNakedImpersonationTokenExchange(ctx context.Context, clientID, clientSecret, realm, userID string) (*JWT, error) {
tokenOptions := TokenOptions{
Expand Down

0 comments on commit 611a5d1

Please sign in to comment.