Skip to content

Commit

Permalink
solve gkeycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2023
1 parent e5f5df1 commit 3e3fcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func (g *gkeycloak) GetToken(tokenOptions gocloak.TokenOptions) (*gocloak.JWT, e

/*
*/
func (g *keycloak) RefreshToken( refreshToken string ) (*gocloak.JWT, error) {
func (g *gkeycloak) RefreshToken( refreshToken string ) (*gocloak.JWT, error) {
tokenRefreshed, err := g.client.RefreshToken(g.ctx, refreshToken, g.clientId, g.clientSecret, g.realm)
if err != nil {
return nil, err
Expand Down

0 comments on commit 3e3fcb6

Please sign in to comment.