User Authentication
What you must know about authentication
Authentication methods

Authentication request

Managing your users

Last updated
What you must know about authentication



Last updated
agent.request_login(
conversation_id="your-conversation",
text="Please login to access this feature"
)agent.requestLogin({
conversationId: "your-conversation",
text: "Please login to access this feature"
})