internal async Task <StoreAuthURLResponse_t?> RequestStoreAuthURL(string pchRedirectURL) { StoreAuthURLResponse_t?resultAsync = await StoreAuthURLResponse_t.GetResultAsync(this._RequestStoreAuthURL(this.Self, pchRedirectURL)); return(resultAsync); }
internal async Task <StoreAuthURLResponse_t?> RequestStoreAuthURL(string pchRedirectURL) { return(await StoreAuthURLResponse_t.GetResultAsync(_RequestStoreAuthURL( Self, pchRedirectURL ))); }
internal async Task <StoreAuthURLResponse_t?> RequestStoreAuthURL([MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringToNative))] string pchRedirectURL) { var returnValue = _RequestStoreAuthURL(Self, pchRedirectURL); return(await StoreAuthURLResponse_t.GetResultAsync(returnValue)); }