dotConnect for Adobe Commerce Documentation
Devart.Data.Identity Namespace / AuthenticationTokenId Class / AuthenticationTokenId Constructor

In This Topic
    AuthenticationTokenId Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal host As String, _
       ByVal userId As String, _
       ByVal clientId As String _
    )
    public AuthenticationTokenId( 
       string host,
       string userId,
       string clientId
    )

    Parameters

    host
    userId
    clientId
    See Also