You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See LICENSE folder for this sample’s licensing information. Abstract: The authentication manager object. */ import AuthenticationServices import Foundation import os extension NSNotification.Name { static let UserSignedIn = Notification.Name("UserSignedInNotification") static let ModalSignInSheetCanceled = Notification.Name("ModalSignInSheetCanceledNotification") } class AccountManager: NSObject, ASAuthorizationControllerPresentationContextProviding, ASAuthorizationControllerDelegate { let domain = "example.com" var
#9736
No description provided.
The text was updated successfully, but these errors were encountered: