dotConnect for FreshBooks Documentation
Devart.Data.FreshBooks Namespace / FreshBooksConnection Class / SetDefaultAuthenticationProvider Method

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

    Parameters

    authenticationType
    provider
    See Also