<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>OauthAuthorizationRequestOptions In-Process API Supplementary Type</title><link>https://community.telligent.com/community/13/w/api-documentation/74544/oauthauthorizationrequestoptions-in-process-api-supplementary-type</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>OauthAuthorizationRequestOptions In-Process API Supplementary Type</title><link>https://community.telligent.com/community/13/w/api-documentation/74544/oauthauthorizationrequestoptions-in-process-api-supplementary-type</link><pubDate>Fri, 08 Mar 2024 17:37:28 GMT</pubDate><guid isPermaLink="false">13eafbed-b1a4-4431-a5ce-98555b7f65dc</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/74544/oauthauthorizationrequestoptions-in-process-api-supplementary-type#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:37:28&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;p&gt;&lt;code&gt;OauthAuthorizationRequestOptions&lt;/code&gt; is defined in the &lt;code&gt;Telligent.Evolution.Extensibility.Api.Version1&lt;/code&gt; namespace of Telligent.Evolution.Platform.dll&lt;/p&gt;&lt;div class="documentation-stub"&gt;&lt;h2&gt;Definition&lt;/h2&gt;&lt;pre&gt;class OauthAuthorizationRequestOptions
{
	string PKCECodeChallenge { get; set;  }
	string PKCECodeChallengeMethod { get; set;  }
	string Scope { get; set;  }
	string State { get; set;  }
}
&lt;/pre&gt;&lt;/div&gt;&lt;div class="documentation-members properties"&gt;&lt;h2&gt;Properties&lt;/h2&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;PKCECodeChallenge&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;The PKCE code challenge. Required when using a public client.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PKCECodeChallengeMethod&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;The PKCE code challenge hash method. Required when using a PKCECodeChallenge and currently only S256 is a supported value.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Scope&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;The scope(s) for the authorization code to use, space delimited.  These scopes must also be assigned.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;State&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Additional information that is needed by the client.  It is passed back to the client when successful.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>