We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth0 not working for the iPhone 16 simulator, please review screenshot
just call below function:
Auth0.webAuth(clientId: clientId, domain: domainValue) .parameters(["prompt": "login"]) .audience(audienceValue) .scope(self.scope) .start
No response
2.8.1
iOS
iOS 18.0
16.0
Cocoapods
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Description
Auth0 not working for the iPhone 16 simulator, please review screenshot
Reproduction
just call below function:
Auth0.webAuth(clientId: clientId, domain: domainValue)
.parameters(["prompt": "login"])
.audience(audienceValue)
.scope(self.scope)
.start
Additional context
No response
Auth0.swift version
2.8.1
Platform
iOS
Platform version(s)
iOS 18.0
Xcode version
16.0
Package manager
Cocoapods
The text was updated successfully, but these errors were encountered: