Start with an access token
To initialize with an authorization token, you need to get a link to the project and the token. You can do this in the project settings in the tab Settings/App tokens
Configure a OneEntryCore instance, before using SDK methods.
OneEntryApp.initialize(
host = "sample.oneentry.cloud",
token = "vfrueaBVFuivUpv...hceupGVUGEWuvga"
)
OneEntryCore.shared.initialize(
host: "sample.oneentry.cloud",
token: "vfrueaBVFuivUpv...hceupGVUGEWuvga"
)
Last modified: 01 August 2025