2024-02-24 12:01:31 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > cef4delphi: uCEFOAuth2Helper< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2026-04-04 18:01:24 +02:00
< meta name = "generator" content = "PasDoc 1.0.4" >
2024-02-24 12:01:31 +01:00
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
2026-03-19 13:17:28 +01:00
< link rel = "StyleSheet" type = "text/css" href = "bootstrap.min.css" >
2024-02-24 12:01:31 +01:00
< link rel = "StyleSheet" type = "text/css" href = "pasdoc.css" >
2026-03-30 18:44:20 +02:00
< style type = "text/css" >
body { margin : 0.5 em ; }
. badge { padding : 0.1 em 0.5 em ; color : white ; }
< / style > < / head >
2024-02-24 12:01:31 +01:00
< body >
< h1 class = "unit" > Unit uCEFOAuth2Helper< / h1 >
< div class = "sections" >
2026-03-19 13:17:28 +01:00
< div class = "one_section" > < a class = "section" href = "#PasDoc-Description" > Description< / a > < / div > < div class = "one_section" > < a class = "section" href = "#PasDoc-Classes" > Classes, Interfaces, Objects and Records< / a > < / 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 >
2024-02-24 12:01:31 +01:00
< 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" >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-published" >
2024-02-24 12:01:31 +01:00
< 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" >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-published" >
2024-02-24 12:01:31 +01:00
< 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 >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-published" >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFOAuth2Helper.html#DEFAULT_REDIRECT_IPV6_HOST" > DEFAULT_REDIRECT_IPV6_HOST< / a > < / strong > = '[::1]';< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-published" >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFOAuth2Helper.html#DEFAULT_REDIRECT_PORT" > DEFAULT_REDIRECT_PORT< / a > < / strong > = 50000;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-published" >
2024-02-24 12:01:31 +01:00
< 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 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-published wide_list" >
< tr class = "list visibility-published" >
2024-02-24 12:01:31 +01:00
< 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 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-published wide_list" >
< tr class = "list visibility-published" >
2024-02-24 12:01:31 +01:00
< 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 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-published wide_list" >
< tr class = "list visibility-published" >
2024-02-24 12:01:31 +01:00
< 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 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-published wide_list" >
< tr class = "list visibility-published" >
2024-02-24 12:01:31 +01:00
< 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 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-published wide_list" >
< tr class = "list visibility-published" >
2024-02-24 12:01:31 +01:00
< 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 >
2026-04-04 18:01:24 +02:00
< hr > < span class = "appinfo" > < em > Generated by < a href = "https://pasdoc.github.io/" > PasDoc 1.0.4< / a > . < / em >
2024-02-24 12:01:31 +01:00
< / span >
< / body > < / html >