mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 06:37:51 +08:00 
			
		
		
		
	@ -160,7 +160,7 @@ class BaseUserManager(Generic[models.UC, models.UD]):
 | 
				
			|||||||
        self, oauth_account: models.BaseOAuthAccount, request: Optional[Request] = None
 | 
					        self, oauth_account: models.BaseOAuthAccount, request: Optional[Request] = None
 | 
				
			||||||
    ) -> models.UD:
 | 
					    ) -> models.UD:
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        Handle the callback after a successfull OAuth authentication.
 | 
					        Handle the callback after a successful OAuth authentication.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        If the user already exists with this OAuth account, the token is updated.
 | 
					        If the user already exists with this OAuth account, the token is updated.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user