golang.org/x/oauth2/jws.ClaimSet.Iss (field)

3 uses

	golang.org/x/oauth2/jws (current package)
		jws.go#L35: 	Iss   string `json:"iss"`             // email address of the client_id of the application making the access token request

	golang.org/x/oauth2/google
		jwt.go#L58: 		Iss: ts.email,

	golang.org/x/oauth2/jwt
		jwt.go#L108: 		Iss:           js.conf.Email,