Access type and approval prompt should be set at URL generation.

This commit is contained in:
Burcu Dogan
2014-09-04 22:43:23 -07:00
parent cb029f4c1f
commit 97a89b3be5
5 changed files with 36 additions and 42 deletions

View File

@@ -36,7 +36,7 @@ type Token struct {
// initialized as needed.
Extra map[string]string `json:"extra,omitempty"`
// JWT related fields
// Subject is the user to impersonate.
Subject string `json:"subject,omitempty"`
}