{%extends "base.html"%} {%block title%}Genenetwork3: Register OAuth2 Client{%endblock%} {%block pagetitle%}Register OAuth2 Client{%endblock%} {%block content%} {{flash_messages()}}

Client has been registered successfully.

Please save the following client details somewhere. There is no way to retrieve the the CLIENT_SECRET once you leave this page.

CLIENT_ID
{{client.client_id}}
CLIENT_SECRET
{{client_secret}}
{%endblock%}