Skip to content

GetAuthenticationTicket

Generates a login ticket for the specified user.

1
$Membership.GetAuthenticationTicket(identity: ( string | [Identity](./../Identity/index.md) )):string

Parameters

( string | Identity ) identity
    The user identity for whom to generate the login ticket.