Uiinfrastructure API Docs  
 

LoginHelper.HasValidBasicAuthLogin Method 

This method checks whether or not the supplied credentials are valid basic auth credentials, without actually logging the user in completely (a new PTSession is created).

public bool HasValidBasicAuthLogin(
   string sEncodedCredentials
);

Parameters

sEncodedCredentials
the encoded basic auth credentials to validate

Return Value

whether or not the supplied credentials are valid basic auth credentials.

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace