discover {MolgenisAuth} | R Documentation |
Performs OpenID Connect discovery on an ID Provider.
discover(auth_server)
auth_server |
the server |
An oauth_endpoint
with the discovered endpoints.
## Not run:
discover("https://auth.molgenis.org")
discover("https://accounts.google.com")
## End(Not run)