ApiAuthManagerOpenSsoPageInternal Method |
Opens the window that displays the SSO URL to the user.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax protected abstract void OpenSsoPageInternal(
Uri ssoUrl
)
Protected MustOverride Sub OpenSsoPageInternal (
ssoUrl As Uri
)
protected:
virtual void OpenSsoPageInternal(
Uri^ ssoUrl
) abstract
abstract OpenSsoPageInternal :
ssoUrl : Uri -> unit
Parameters
- ssoUrl
- Type: SystemUri
The URL for the SSO page to be opened.
See Also