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
baseParams
CMiBaseParams instance
responseType
Set of selected CMiResponseTypes
clientId
OpenIdConnect ClientId
scope
OpenIdConnect scope
nonce
nonce
-
Undocumented
Declaration
Swift
override public func toUrlDataDictionary() -> [String : String]