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 b52af7d commit 16a9973Copy full SHA for 16a9973
jwt/example_test.go
@@ -10,7 +10,7 @@ import (
10
"golang.org/x/oauth2/jwt"
11
)
12
13
-func ExampleJWTConfig() {
+func ExampleConfig() {
14
ctx := context.Background()
15
conf := &jwt.Config{
16
Email: "[email protected]",
0 commit comments