Click or drag to resize

NetForumAuthenticationManagerAuthenticateCustomer Method

Overload List
 NameDescription
Public methodAuthenticateCustomer(Guid, AuthenticatedCustomer) Attempts to authenticate a customer using a one-time-use authentication (xws) token. If the customer is successfully authenticated, the authentication token will be automatically invalidated. This method can be used with the 'Single Sign-On With eWeb - eWeb Login' login flow at wiki.avectra.com/sso
Public methodAuthenticateCustomer(ICustomer, String) Validates a customer's password
Public methodAuthenticateCustomer(Int32, String) Validates a customer's password, identified by their record number
Public methodAuthenticateCustomer(String, String) Validates a customer's password, identified by their web login
Public methodAuthenticateCustomer(ICustomer, String, AuthenticatedCustomer) Validates a customer's password
Public methodAuthenticateCustomer(Int32, String, AuthenticatedCustomer) Validates a customer's password, identified by their record number
Public methodAuthenticateCustomer(String, String, AuthenticatedCustomer) Validates a customer's password, identified by their web login
Top
See Also