'Declaration Public Property OidcToken As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.OidcToken = value value = instance.OidcToken
public string OidcToken {get; set;}
'Declaration Public Property OidcToken As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.OidcToken = value value = instance.OidcToken
public string OidcToken {get; set;}
When this connection parameter is omitted, the access_token is used. Specify OidcToken=id_token to use the id_token instead of the access_token.
Default Value: null
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 |