storeAsync
suspend fun storeAsync(token: Token, tags: Map<String, String> = emptyMap(), security: Credential.Security = Security.standard): Credential
Store a Token with optional tags and security options. Return the Credential object associated with the stored Token