Click or drag to resize

SSORequestByLoginParamsIn Class

The inbound payload used to get the SSO URL by users login credentials
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0.Customer.ContractsSSORequestBaseParams
    AppOne.Web.Service.Services.V1R0.Customer.ContractsSSORequestByLoginParamsIn

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class SSORequestByLoginParamsIn : SSORequestBaseParams

The SSORequestByLoginParamsIn type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEnableSunsetEndpoint Re-enables the endpoint to work temporarily if it has been SUNSET.
Public propertyLoginID Gets or sets the login ID.
Public propertyLoginPass Gets or sets the login pass.
Top
See Also