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



Teradata.Client.Provider Namespace > DeviceAuthenticationMessageEventArgs Class : ExpiresIn Property
The lifetime in seconds of the UserCode.
Syntax
'Declaration
 
Public ReadOnly Property ExpiresIn As Nullable(Of Integer)
'Usage
 
Dim instance As DeviceAuthenticationMessageEventArgs
Dim value As Nullable(Of Integer)
 
value = instance.ExpiresIn
public Nullable<int> ExpiresIn {get;}
public:
property Nullable<int> ExpiresIn {
   Nullable<int> 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