Uiinfrastructure API Docs  
 

SSOAuthenticator.GetOrSendLoginChallenge Method 

This method sends an HTTP redirect to the SSO login URL. If for some reason the redirect can not be generated/sent, this method will throw an InterpreterException.

public virtual Redirect GetOrSendLoginChallenge(
   RequestData requestData
);

Return Value

null, indicating the login challenge redirect has been sent internally.

Implements

IAuthenticator.GetOrSendLoginChallenge

See Also

SSOAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace | IAuthenticator#GetOrSendLoginChallenge