Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 2f7d64d

Browse files
committed
Address PR comment
Signed-off-by: Ikoh Obaro <[email protected]>
1 parent 4b6fc77 commit 2f7d64d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

affiliation/identity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type SlackProvider interface {
4949

5050
// Auth0ClientProvider ...
5151
type Auth0ClientProvider interface {
52-
GetToken(input bool) (string, error)
52+
GetToken(validateTokenRequired bool) (string, error)
5353
}
5454

5555
// Affiliation struct

orgs/organization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222

2323
// Auth0ClientProvider ...
2424
type Auth0ClientProvider interface {
25-
GetToken(input bool) (string, error)
25+
GetToken(validateTokenRequired bool) (string, error)
2626
}
2727

2828
// HTTPClientProvider ...

users/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
// Auth0ClientProvider ...
1919
type Auth0ClientProvider interface {
20-
GetToken(input bool) (string, error)
20+
GetToken(validateTokenRequired bool) (string, error)
2121
}
2222

2323
// HTTPClientProvider ...

0 commit comments

Comments
 (0)