TdxOAuth2AuthorizationAgent.RedirectUri Property
Specifies the universal resource identifier to receive an OAuth 2.0 account access token.
#Declaration
property RedirectUri: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use this property to specify the service-specific redirect URI to handle authorization server responses. The following table lists supported online service types, their corresponding redirect URIs and the RedirectUri property behavior:
Online Service Provider | Description | |
---|---|---|
Do not change the default loopback address if you use the Tdx Important The authorization agent automatically generates a random port number to access the local HTTP server. If the generated port number is already used by another application or service, assign a free port to the Redirect | ||
Microsoft | Set the Redirect |
The RedirectUri property’s default value is the DefaultRedirectUri writeable typed constant.