Unlocking the Vault
When launching and initializing the SDK for the first time, you typically need to unlock the Vault before you can access its features and stored data. The Vault starts in the "Exited" state and must be unlocked before it can be used.
If the Vault is already in the Unlocked state, calling any of the unlock functions will have no effect.
Unlocking A Vault
struct TokenResponse: Decodable {
let access_token: String
}