We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0b50a commit 5f04fdcCopy full SHA for 5f04fdc
pkg/security/security.go
@@ -21,4 +21,6 @@ type Verifier interface {
21
CheckToken(context.Context, string) error
22
Root() bool
23
Verify(context.Context) (bool, Verifier, error)
24
+ GetPersonAccessToken() string
25
+ SetPersonAccessToken(string)
26
}
0 commit comments