DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnectionStringBuilder Class / OAuthGrantType Property

In This Topic
    OAuthGrantType Property (C1D365SConnectionStringBuilder)
    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