AuthenticationHelperGetUserAuthenticationUrl Method |
Gets authentication URL for automatic sign-in.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static string GetUserAuthenticationUrl(
UserInfo user,
string targetUrl,
string targetSiteDomain
)
Parameters
- user
- Type: CMS.MembershipUserInfo
UserInfo of particular user. - targetUrl
- Type: SystemString
Target URL. - targetSiteDomain
- Type: SystemString
Target site domain.
Return Value
Type:
StringAuthentication URL with the token and expiration stamp.
See Also