dotConnect for Zoho Desk Documentation
Devart.Data.ZohoDesk Namespace / ZohoDeskOAuthAuthenticationProvider Class / IsRequired Method

On this page
    IsRequired Method (ZohoDeskOAuthAuthenticationProvider)
    On this page
    Syntax
    'Declaration
     
    Public Overrides Function IsRequired( _
       ByVal connection As DbConnection _
    ) As Boolean
    public override bool IsRequired( 
       DbConnection connection
    )

    Parameters

    connection
    See Also