mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	hack/update-vendor.sh
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/golang.org/x/oauth2/oauth2.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/oauth2/oauth2.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -117,7 +117,7 @@ var (
 | 
			
		||||
	// ApprovalForce forces the users to view the consent dialog
 | 
			
		||||
	// and confirm the permissions request at the URL returned
 | 
			
		||||
	// from AuthCodeURL, even if they've already done so.
 | 
			
		||||
	ApprovalForce AuthCodeOption = SetAuthURLParam("approval_prompt", "force")
 | 
			
		||||
	ApprovalForce AuthCodeOption = SetAuthURLParam("prompt", "consent")
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// An AuthCodeOption is passed to Config.AuthCodeURL.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user