<@U04UQ68083H> B1lM9vAYnlPuyjp4YAJgCY4/HkBNWGDK8rH...
# ory-copilot
l
@chilly-king-10285 B1lM9vAYnlPuyjp4YAJgCY4/HkBNWGDK8rH/zIMP52zDf+2LrqGu5TS4xT8HdiTh48ybLRI/eDVpuGKHxHTA3g== This is the CSRF token in the Get settings flow response. What is the session token in it?
c
A message from kapa.ai
I'm sorry, but the information extracts provided do not contain the specific CSRF token you mentioned, nor do they provide details about a session token in the Get settings flow response. However, based on the information available, a session token is issued when a user authenticates, and the system detects that the interaction is performed by a client other than a web browser, for example, a native mobile app. This session token allows the user to interact with the system without the need to re-authenticate for every request. In the context of the Ory API, when using the SDK in an app without a browser, the session token should be included in the 'X-Session-Token' header. For more specific details about your CSRF token and the corresponding session token, you would need to refer to the actual response from the Get settings flow API call. For more information, you can refer to the [Ory Documentation](https://www.ory.sh/docs/kratos/session-management/overview) and the [Ory API Reference](https://www.ory.sh/docs/reference/api).