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 0c50d93 commit 9aec06bCopy full SHA for 9aec06b
device/device_flow.go
@@ -54,9 +54,10 @@ type CodeResponse struct {
54
Interval int
55
}
56
57
-// Function signature for setting additional form values.
+// AuthRequestEditorFn defines the function signature for setting additional form values.
58
type AuthRequestEditorFn func(*url.Values)
59
60
+// WithAudience sets the audience parameter in the request.
61
func WithAudience(audience string) AuthRequestEditorFn {
62
return func(values *url.Values) {
63
if audience != "" {
0 commit comments