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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : OidcRefresh Property
Specifies whether the refresh token, if available, should be used to obtain a new token when the current token expires.
Syntax
'Declaration
 
Public Property OidcRefresh As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
instance.OidcRefresh = value
 
value = instance.OidcRefresh
public bool OidcRefresh {get; set;}
public:
property bool OidcRefresh {
   bool get();
   void set (    bool value);
}
Remarks

Default value: true.

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

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members