MoEngageNetworkAuthorizationConfig
@objc
public class MoEngageNetworkAuthorizationConfig : NSObject
Configuration Related to Network Request Authorization.
-
Jwt Configuration, if true all Network Request will be authenticated with jwt token
Declaration
Swift
@objc public let isJwtEnbaled: Bool
-
Initialize the instance of type
MoEngageNetworkAuthorizationConfig
Declaration
Swift
@objc public init(isJwtEnbaled: Bool)
Parameters
isJwtEnbaled
Pass true to enable to authenticate all API calls with jwt token