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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user