mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat(email): Add auth_id in email types and send auth_id in email URLs (#5120)
				
					
				
			Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -355,3 +355,8 @@ pub struct AuthMethodDetails { | ||||
|     pub auth_type: common_enums::UserAuthType, | ||||
|     pub name: Option<OpenIdProvider>, | ||||
| } | ||||
|  | ||||
| #[derive(Debug, serde::Deserialize, serde::Serialize)] | ||||
| pub struct AuthIdQueryParam { | ||||
|     pub auth_id: Option<String>, | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Mani Chandra
					Mani Chandra