SwiftUI-MSALSample icon indicating copy to clipboard operation
SwiftUI-MSALSample copied to clipboard

Issue with connecting msal user to cognito

Open jav8r1at opened this issue 2 years ago • 0 comments

application.acquireToken(with: interactiveParameters) { (result, error) in

            guard let result = result else {
                print("error \(error?.localizedDescription)")
                return
            }
            
     once we have the token from the above what method should be called to pass the token recived in order to login the microsoft user to cognito       
            

jav8r1at avatar Jul 31 '23 09:07 jav8r1at