TypeKeySecurity library documentation

TypeKeyIdentity.LoginUrl Method (Boolean)

Build a url to send the user to the Typekey server to get authenticated, with the return url set to the current page.

public string LoginUrl(
   bool needEmail
);

Parameters

needEmail
Whether you are requesting the cleartext version of the user's email.

Return Value

Returns a TypeKey url that will prompt the user for his creds or silently log him in, when possible.

Remarks

Unless you really need the user's email, use needEmail=false.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace | TypeKeyIdentity.LoginUrl Overload List