NetForumAuthenticationManagerGenerateAuthenticationToken Method
Generates a one-time-use authentication (xws) token that can be used to authenticate a customer.
This method can be used with the 'Single-Sign-On with eWeb - External Login' login flow at wiki.avectra.com/sso
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public AuthenticationToken GenerateAuthenticationToken(
ICustomerIdentity customer
)
Public Function GenerateAuthenticationToken (
customer As ICustomerIdentity
) As AuthenticationToken
public:
virtual AuthenticationToken^ GenerateAuthenticationToken(
ICustomerIdentity^ customer
) sealed
abstract GenerateAuthenticationToken :
customer : ICustomerIdentity -> AuthenticationToken
override GenerateAuthenticationToken :
customer : ICustomerIdentity -> AuthenticationToken
- customer ICustomerIdentity
- The customer to create an authentication token for
AuthenticationTokenGenerated token