Contains information that a user would require in order to complete the authentication process
when using OIDC Device Code Flow.
Syntax
'Declaration
Public NotInheritable Class DeviceAuthenticationMessageEventArgs
Inherits System.EventArgs
public sealed class DeviceAuthenticationMessageEventArgs : System.EventArgs
public ref class DeviceAuthenticationMessageEventArgs sealed : public System.EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Teradata.Client.Provider.DeviceAuthenticationMessageEventArgs
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also