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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : OidcRefreshPercent Property
Specifies the OIDC token minimum remaining lifetime percentage when the token can be reused. The token will be refreshed if the remaining lifetime falls below this percentage.
Syntax
'Declaration
 
Public Property OidcRefreshPercent As Integer
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Integer
 
instance.OidcRefreshPercent = value
 
value = instance.OidcRefreshPercent
public int OidcRefreshPercent {get; set;}
public:
property int OidcRefreshPercent {
   int get();
   void set (    int value);
}
Remarks

Default value: 15.

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