CMiOauthParams
public class CMiOauthParams : CMiBaseLoginParams
LoginParams implementation based on OAuth 2.0 - takes only one CMiResponseType
-
Declaration
Swift
public init(baseParams: CMiBaseParams, clientId: String, scope: String?, responseType: CMiResponseType)Parameters
baseParamsCMiBaseParams instance
clientIdoAuth client id
scopeoAuth scope
responseTypeoAuth CMiResponseType
CMiOauthParams Class Reference