COVIDSafe code from version 1.14 (#27)

This commit is contained in:
COVIDSafe Support 2020-11-09 16:51:00 -08:00 committed by GitHub
parent 3ea83834f5
commit cf93ea43c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 370 additions and 141 deletions

View file

@ -62,4 +62,5 @@ struct AuthResponse: Decodable {
protocol RegistrationHandler {
var registrationInfo: RegistrationRequest? { get set }
var reauthenticating: Bool { get set }
}