1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

[SSO Auto Enroll] Auto Enroll status retrieval (#1540)

* [SSO Auto Enroll] Auto Enroll status retrieval

* Updated object property to match server
This commit is contained in:
Vincent Salucci
2021-09-15 12:27:27 -05:00
committed by GitHub
parent 14b51b1a7f
commit 024d9380c9
4 changed files with 30 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ namespace Bit.Core.Abstractions
Task PutDeviceTokenAsync(string identifier, DeviceTokenRequest request);
Task PostEventsCollectAsync(IEnumerable<EventRequest> request);
Task<OrganizationKeysResponse> GetOrganizationKeysAsync(string id);
Task<OrganizationAutoEnrollStatusResponse> GetOrganizationAutoEnrollStatusAsync(string identifier);
Task PutOrganizationUserResetPasswordEnrollmentAsync(string orgId, string userId,
OrganizationUserResetPasswordEnrollmentRequest request);