dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoConnection Class / SetDefaultAuthenticationProvider Method

In This Topic
    SetDefaultAuthenticationProvider Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub SetDefaultAuthenticationProvider( _
       ByVal authenticationType As AuthenticationType, _
       ByVal provider As IZohoAuthenticationProvider _
    ) 
    public static void SetDefaultAuthenticationProvider( 
       AuthenticationType authenticationType,
       IZohoAuthenticationProvider provider
    )

    Parameters

    authenticationType
    provider
    See Also