DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnectionStringBuilder Class / OAuthGrantType Property

In This Topic
    OAuthGrantType Property (C1JsonConnectionStringBuilder)
    In This Topic
    The extend properties for the OAuth 2.0 authentication request.
    Syntax
    'Declaration
     
    Public Property OAuthGrantType As GrantTypes
    public GrantTypes OAuthGrantType {get; set;}
    See Also