SwiftUI-MSALSample
SwiftUI-MSALSample copied to clipboard
Issue with connecting msal user to cognito
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