1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 15:23:35 +00:00

[SG-744] Add claimed domain logic to mobile (#2333)

This commit is contained in:
André Bispo
2023-02-20 14:49:20 +00:00
committed by GitHub
parent b26b9ea41b
commit 3f72d35145
14 changed files with 140 additions and 7 deletions

View File

@@ -90,5 +90,6 @@ namespace Bit.Core.Abstractions
Task<PasswordlessLoginResponse> PostCreateRequestAsync(PasswordlessCreateLoginRequest passwordlessCreateLoginRequest);
Task<string> GetUsernameFromAsync(ForwardedEmailServiceType service, UsernameGeneratorConfig config);
Task<bool> GetKnownDeviceAsync(string email, string deviceIdentifier);
Task<OrganizationDomainSsoDetailsResponse> GetOrgDomainSsoDetailsAsync(string email);
}
}