For users of OAuth 2.0 for customer authentication, the following functions apply:
Methods
Reconnects the conversation’s connection for conversation query:
public func reconnect(conversationQuery: ConversationParamProtocol, authenticationParams: LPAuthenticationParams)
Delegates
-
Triggered when the authentication process fails:
<LPMessagingSDKdelegate> func LPMessagingSDKAuthenticationFailed(error: NSError)
-
Triggered when the token which used for authentication is expired:
<LPMessagingSDKdelegate> func LPMessagingSDKTokenExpired(brandID: String)