Future<String> getBearerToken() async { return await CardinalSdkPlatformInterface.instance.apis.auth.getBearerToken( _sdkId, ); }