CMiOpenIdConnectParams
public class CMiOpenIdConnectParams : CMiBaseLoginParams
LoginParams implementation based on Open Id Connect - contains nonce on top of base login parameters
-
Declaration
Swift
public init(baseParams: CMiBaseParams, clientId: String, scope: String?, responseType: Set<CMiResponseType>, nonce: String)Parameters
baseParamsCMiBaseParams instance
responseTypeSet of selected CMiResponseTypes
clientIdOpenIdConnect ClientId
scopeOpenIdConnect scope
noncenonce
-
Undocumented
Declaration
Swift
override public func toUrlDataDictionary() -> [String : String]
CMiOpenIdConnectParams Class Reference