Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lapinek/775267af2d2cce281c9a0175eb720358 to your computer and use it in GitHub Desktop.
Save lapinek/775267af2d2cce281c9a0175eb720358 to your computer and use it in GitHub Desktop.
// . . .
let externalUserAgent = OIDExternalUserAgentIOSSafari(presentingViewController: self)
appDelegate.currentAuthorizationFlow = OIDAuthorizationService.present(request, externalUserAgent: externalUserAgent) {
response, error in
// . . .
makeTokenRequest()
}
// . . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment