Send feedback on this topic.
Teradata.Client.Provider
VerificationUriComplete Property



Teradata.Client.Provider Namespace > DeviceAuthenticationMessageEventArgs Class : VerificationUriComplete Property
The end-user verification URI that includes the UserCode (or other information with the same function as the UserCode) on the authorization server.
Syntax
'Declaration
 
Public ReadOnly Property VerificationUriComplete As String
'Usage
 
Dim instance As DeviceAuthenticationMessageEventArgs
Dim value As String
 
value = instance.VerificationUriComplete
public string VerificationUriComplete {get;}
public:
property String^ VerificationUriComplete {
   String^ get();
}
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

DeviceAuthenticationMessageEventArgs Class
DeviceAuthenticationMessageEventArgs Members