You've already forked CEF4Delphi
							
							
				mirror of
				https://github.com/salvadordf/CEF4Delphi.git
				synced 2025-10-30 23:07:52 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			98 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			98 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| <title>cef4delphi: uCEFOAuth2Helper</title>
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| <meta name="generator" content="PasDoc 0.16.0-snapshot">
 | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8">
 | |
| <link rel="StyleSheet" type="text/css" href="pasdoc.css">
 | |
| </head>
 | |
| <body>
 | |
| <h1 class="unit">Unit uCEFOAuth2Helper</h1>
 | |
| <div class="sections">
 | |
| <div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Uses</div><div class="one_section"><a class="section" href="#PasDoc-Classes">Classes, Interfaces, Objects and Records</a></div><div class="one_section">Functions and Procedures</div><div class="one_section"><a class="section" href="#PasDoc-Types">Types</a></div><div class="one_section"><a class="section" href="#PasDoc-Constants">Constants</a></div><div class="one_section">Variables</div></div>
 | |
| <span id="PasDoc-Description"></span><h2 class="description">Description</h2>
 | |
| <p class="nodescription">This item has no description.</p><span id="PasDoc-Uses"></span><h2 class="overview">Overview</h2>
 | |
| <span id="PasDoc-Classes"></span><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
 | |
| <table class="classestable wide_list">
 | |
| <tr class="listheader">
 | |
| <th class="itemname">Name</th>
 | |
| <th class="itemdesc">Description</th>
 | |
| </tr>
 | |
| <tr class="list">
 | |
| <td class="itemname">Class <a class="bold" href="uCEFOAuth2Helper.TCEFOAuth2Helper.html"><code>TCEFOAuth2Helper</code></a></td>
 | |
| <td class="itemdesc"> </td>
 | |
| </tr>
 | |
| </table>
 | |
| <span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
 | |
| <table class="summary wide_list">
 | |
| <tr class="list">
 | |
| <td class="itemcode"><code><strong><a href="uCEFOAuth2Helper.html#TOAuthChallengeMethod">TOAuthChallengeMethod</a></strong> = (...);</code></td>
 | |
| </tr>
 | |
| </table>
 | |
| <span id="PasDoc-Constants"></span><h3 class="summary">Constants</h3>
 | |
| <table class="summary wide_list">
 | |
| <tr class="list">
 | |
| <td class="itemcode"><code><strong><a href="uCEFOAuth2Helper.html#DEFAULT_REDIRECT_IPV4_HOST">DEFAULT_REDIRECT_IPV4_HOST</a></strong>    = '127.0.0.1';</code></td>
 | |
| </tr>
 | |
| <tr class="list2">
 | |
| <td class="itemcode"><code><strong><a href="uCEFOAuth2Helper.html#DEFAULT_REDIRECT_IPV6_HOST">DEFAULT_REDIRECT_IPV6_HOST</a></strong>    = '[::1]';</code></td>
 | |
| </tr>
 | |
| <tr class="list">
 | |
| <td class="itemcode"><code><strong><a href="uCEFOAuth2Helper.html#DEFAULT_REDIRECT_PORT">DEFAULT_REDIRECT_PORT</a></strong>         = 50000;</code></td>
 | |
| </tr>
 | |
| <tr class="list2">
 | |
| <td class="itemcode"><code><strong><a href="uCEFOAuth2Helper.html#GOOGLE_DISCOVERY_DOCUMENT">GOOGLE_DISCOVERY_DOCUMENT</a></strong>     = 'https://accounts.google.com/.well-known/openid-configuration';</code></td>
 | |
| </tr>
 | |
| </table>
 | |
| <h2 class="description">Description</h2>
 | |
| <h3 class="detail">Types</h3>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="itemcode"><span id="TOAuthChallengeMethod"></span><code><strong>TOAuthChallengeMethod</strong> = (...);</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="1">
 | |
| <p class="nodescription">This item has no description.</p><h6 class="description_section">Values</h6>
 | |
| <ul>
 | |
| <li>
 | |
| <span id="cmPlain">cmPlain</span></li>
 | |
| <li>
 | |
| <span id="cmSHA256">cmSHA256</span></li>
 | |
| </ul>
 | |
| </td></tr>
 | |
| </table>
 | |
| <h3 class="detail">Constants</h3>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="itemcode"><span id="DEFAULT_REDIRECT_IPV4_HOST"></span><code><strong>DEFAULT_REDIRECT_IPV4_HOST</strong>    = '127.0.0.1';</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="1">
 | |
| <p>
 | |
| REFERENCES : ============ <a href="https://tools.ietf.org/html/rfc6749">https://tools.ietf.org/html/rfc6749</a> <a href="https://tools.ietf.org/html/rfc6750">https://tools.ietf.org/html/rfc6750</a> <a href="https://tools.ietf.org/html/rfc8252">https://tools.ietf.org/html/rfc8252</a> <a href="https://tools.ietf.org/html/rfc6819">https://tools.ietf.org/html/rfc6819</a> <a href="https://tools.ietf.org/html/rfc7636">https://tools.ietf.org/html/rfc7636</a> <a href="https://tools.ietf.org/html/draft-ietf-oauth-native-apps-12">https://tools.ietf.org/html/draft-ietf-oauth-native-apps-12</a> <a href="https://tools.ietf.org/html/draft-ietf-oauth-security-topics-13">https://tools.ietf.org/html/draft-ietf-oauth-security-topics-13</a> <a href="https://developers.google.com/identity/protocols/OAuth2">https://developers.google.com/identity/protocols/OAuth2</a> <a href="https://developers.google.com/identity/protocols/OAuth2InstalledApp">https://developers.google.com/identity/protocols/OAuth2InstalledApp</a> <a href="https://developers.google.com/identity/protocols/googlescopes">https://developers.google.com/identity/protocols/googlescopes</a> <a href="https://developers.google.com/identity/protocols/OpenIDConnect">https://developers.google.com/identity/protocols/OpenIDConnect</a> <a href="https://aaronparecki.com/oauth-2-simplified/">https://aaronparecki.com/oauth-2-simplified/</a> <a href="https://example-app.com/pkce">https://example-app.com/pkce</a></p>
 | |
| </td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="itemcode"><span id="DEFAULT_REDIRECT_IPV6_HOST"></span><code><strong>DEFAULT_REDIRECT_IPV6_HOST</strong>    = '[::1]';</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="1">
 | |
| <p class="nodescription">This item has no description.</p></td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="itemcode"><span id="DEFAULT_REDIRECT_PORT"></span><code><strong>DEFAULT_REDIRECT_PORT</strong>         = 50000;</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="1">
 | |
| <p class="nodescription">This item has no description.</p></td></tr>
 | |
| </table>
 | |
| <table class="detail wide_list">
 | |
| <tr class="list">
 | |
| <td class="itemcode"><span id="GOOGLE_DISCOVERY_DOCUMENT"></span><code><strong>GOOGLE_DISCOVERY_DOCUMENT</strong>     = 'https://accounts.google.com/.well-known/openid-configuration';</code></td>
 | |
| </tr>
 | |
| <tr><td colspan="1">
 | |
| <p class="nodescription">This item has no description.</p></td></tr>
 | |
| </table>
 | |
| <hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
 | |
| </span>
 | |
| </body></html>
 |