NetForumAuthenticationManagerAuthenticateCustomer Method

Overload List

AuthenticateCustomer(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
AuthenticateCustomer(ICustomer, String) Validates a customer's password
AuthenticateCustomer(Int32, String) Validates a customer's password, identified by their record number
AuthenticateCustomer(String, String) Validates a customer's password, identified by their web login
AuthenticateCustomer(ICustomer, String, AuthenticatedCustomer) Validates a customer's password
AuthenticateCustomer(Int32, String, AuthenticatedCustomer) Validates a customer's password, identified by their record number
AuthenticateCustomer(String, String, AuthenticatedCustomer) Validates a customer's password, identified by their web login

See Also